public static interface EncryptionKey.Builder extends SdkPojo, CopyableBuilder<EncryptionKey.Builder,EncryptionKey>
Modifier and Type | Method and Description |
---|---|
EncryptionKey.Builder |
id(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.
|
EncryptionKey.Builder |
type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
|
EncryptionKey.Builder |
type(String type)
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
EncryptionKey.Builder type(String type)
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
type
- The type of encryption key used by Amazon Translate to encrypt custom terminologies.EncryptionKeyType
,
EncryptionKeyType
EncryptionKey.Builder type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt custom terminologies.
type
- The type of encryption key used by Amazon Translate to encrypt custom terminologies.EncryptionKeyType
,
EncryptionKeyType
EncryptionKey.Builder id(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.
id
- The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.Copyright © 2021. All rights reserved.