Interface EncryptionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionDetails.Builder,
,EncryptionDetails> SdkBuilder<EncryptionDetails.Builder,
,EncryptionDetails> SdkPojo
- Enclosing class:
EncryptionDetails
@Mutable
@NotThreadSafe
public static interface EncryptionDetails.Builder
extends SdkPojo, CopyableBuilder<EncryptionDetails.Builder,EncryptionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionStatus
(String encryptionStatus) The status of encryption for the cluster.encryptionStatus
(EncryptionStatus encryptionStatus) The status of encryption for the cluster.encryptionType
(String encryptionType) The type of encryption that protects the data on your cluster.encryptionType
(EncryptionType encryptionType) The type of encryption that protects the data on your cluster.The ARN of the KMS key that encrypts data in the cluster.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, sdkFieldNameToField, sdkFields
-
Method Details
-
encryptionType
The type of encryption that protects the data on your cluster.
- Parameters:
encryptionType
- The type of encryption that protects the data on your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionType
The type of encryption that protects the data on your cluster.
- Parameters:
encryptionType
- The type of encryption that protects the data on your cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kmsKeyArn
The ARN of the KMS key that encrypts data in the cluster.
- Parameters:
kmsKeyArn
- The ARN of the KMS key that encrypts data in the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionStatus
The status of encryption for the cluster.
- Parameters:
encryptionStatus
- The status of encryption for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
encryptionStatus
The status of encryption for the cluster.
- Parameters:
encryptionStatus
- The status of encryption for the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-