| 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 the custom terminology.
|
EncryptionKey.Builder |
EncryptionKey.toBuilder() |
EncryptionKey.Builder |
EncryptionKey.Builder.type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
|
EncryptionKey.Builder |
EncryptionKey.Builder.type(String type)
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EncryptionKey.Builder> |
EncryptionKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ImportTerminologyRequest.Builder |
ImportTerminologyRequest.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key for the custom terminology being imported.
|
default TerminologyProperties.Builder |
TerminologyProperties.Builder.encryptionKey(Consumer<EncryptionKey.Builder> encryptionKey)
The encryption key for the custom terminology.
|
Copyright © 2019. All rights reserved.