Interface ApplicationEncryptionConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApplicationEncryptionConfiguration.Builder,
,ApplicationEncryptionConfiguration> SdkBuilder<ApplicationEncryptionConfiguration.Builder,
,ApplicationEncryptionConfiguration> SdkPojo
- Enclosing class:
ApplicationEncryptionConfiguration
@Mutable
@NotThreadSafe
public static interface ApplicationEncryptionConfiguration.Builder
extends SdkPojo, CopyableBuilder<ApplicationEncryptionConfiguration.Builder,ApplicationEncryptionConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.Specifies the type of key used for encryption at rest.Specifies the type of key used for encryption at rest.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
-
keyId
The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
- Parameters:
keyId
- The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyType
Specifies the type of key used for encryption at rest.
- Parameters:
keyType
- Specifies the type of key used for encryption at rest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyType
Specifies the type of key used for encryption at rest.
- Parameters:
keyType
- Specifies the type of key used for encryption at rest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-