Uses of Interface
software.amazon.awssdk.services.translate.model.EncryptionKey.Builder
-
Packages that use EncryptionKey.Builder Package Description software.amazon.awssdk.services.translate.model -
-
Uses of EncryptionKey.Builder in software.amazon.awssdk.services.translate.model
Methods in software.amazon.awssdk.services.translate.model that return EncryptionKey.Builder Modifier and Type Method Description static EncryptionKey.Builder
EncryptionKey. builder()
EncryptionKey.Builder
EncryptionKey.Builder. id(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.EncryptionKey.Builder
EncryptionKey. toBuilder()
EncryptionKey.Builder
EncryptionKey.Builder. type(String type)
The type of encryption key used by Amazon Translate to encrypt this object.EncryptionKey.Builder
EncryptionKey.Builder. type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.Methods in software.amazon.awssdk.services.translate.model that return types with arguments of type EncryptionKey.Builder Modifier and Type Method Description static Class<? extends EncryptionKey.Builder>
EncryptionKey. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.translate.model with type arguments of type EncryptionKey.Builder Modifier and Type Method Description default CreateParallelDataRequest.Builder
CreateParallelDataRequest.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.default ImportTerminologyRequest.Builder
ImportTerminologyRequest.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key for the custom terminology being imported.default OutputDataConfig.Builder
OutputDataConfig.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.default ParallelDataProperties.Builder
ParallelDataProperties.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.default TerminologyProperties.Builder
TerminologyProperties.Builder. encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key for the custom terminology.
-