Interface EncryptionKey.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<EncryptionKey.Builder,,- EncryptionKey> - SdkBuilder<EncryptionKey.Builder,,- EncryptionKey> - SdkPojo
- Enclosing class:
- EncryptionKey
@Mutable
@NotThreadSafe
public static interface EncryptionKey.Builder
extends SdkPojo, CopyableBuilder<EncryptionKey.Builder,EncryptionKey> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.The type of encryption key used by Amazon Translate to encrypt this object.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
typeThe 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:
 
- 
typeThe 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:
 
- 
idThe 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.
 
 
-