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.
|
copyapplyMutation, buildEncryptionKey.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,
EncryptionKeyTypeEncryptionKey.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,
EncryptionKeyTypeEncryptionKey.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.