Interface EncryptionKey.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionKey.Builder,EncryptionKey>
,SdkBuilder<EncryptionKey.Builder,EncryptionKey>
,SdkPojo
- Enclosing class:
- EncryptionKey
public static interface EncryptionKey.Builder extends SdkPojo, CopyableBuilder<EncryptionKey.Builder,EncryptionKey>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionKey.Builder
id(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.EncryptionKey.Builder
type(String type)
The type of encryption key used by Amazon Translate to encrypt this object.EncryptionKey.Builder
type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
type
EncryptionKey.Builder type(String type)
The type of encryption key used by Amazon Translate to encrypt this object.
- Parameters:
type
- The type of encryption key used by Amazon Translate to encrypt this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionKeyType
,EncryptionKeyType
-
type
EncryptionKey.Builder type(EncryptionKeyType type)
The type of encryption key used by Amazon Translate to encrypt this object.
- Parameters:
type
- The type of encryption key used by Amazon Translate to encrypt this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EncryptionKeyType
,EncryptionKeyType
-
id
EncryptionKey.Builder id(String id)
The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.
- Parameters:
id
- The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-