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