Interface EncryptionAtRestOptions.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
,SdkBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
,SdkPojo
- Enclosing class:
- EncryptionAtRestOptions
public static interface EncryptionAtRestOptions.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRestOptions.Builder,EncryptionAtRestOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EncryptionAtRestOptions.Builder
enabled(Boolean enabled)
Specifies the option to enable Encryption At Rest.EncryptionAtRestOptions.Builder
kmsKeyId(String kmsKeyId)
Specifies the KMS Key ID for Encryption At Rest options.-
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 Detail
-
enabled
EncryptionAtRestOptions.Builder enabled(Boolean enabled)
Specifies the option to enable Encryption At Rest.
- Parameters:
enabled
- Specifies the option to enable Encryption At Rest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
EncryptionAtRestOptions.Builder kmsKeyId(String kmsKeyId)
Specifies the KMS Key ID for Encryption At Rest options.
- Parameters:
kmsKeyId
- Specifies the KMS Key ID for Encryption At Rest options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-