| Package | Description |
|---|---|
| software.amazon.awssdk.services.translate.model |
| Modifier and Type | Method and 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(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.
|
EncryptionKey.Builder |
EncryptionKey.Builder.type(String type)
The type of encryption key used by Amazon Translate to encrypt this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionKey.Builder> |
EncryptionKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateParallelDataRequest.Builder |
CreateParallelDataRequest.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.
|
default OutputDataConfig.Builder |
OutputDataConfig.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 ParallelDataProperties.Builder |
ParallelDataProperties.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
Sets the value of the EncryptionKey property for this object.
|
Copyright © 2023. All rights reserved.