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 this object.
|
EncryptionKey.Builder |
type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.
|
EncryptionKey.Builder |
type(String type)
The type of encryption key used by Amazon Translate to encrypt this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionKey.Builder type(String type)
The type of encryption key used by Amazon Translate to encrypt this object.
type - The type of encryption key used by Amazon Translate to encrypt this object.EncryptionKeyType,
EncryptionKeyTypeEncryptionKey.Builder type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.
type - The type of encryption key used by Amazon Translate to encrypt this object.EncryptionKeyType,
EncryptionKeyTypeEncryptionKey.Builder id(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
id - The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.Copyright © 2023. All rights reserved.