Interface ServerSideEncryptionConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServerSideEncryptionConfiguration.Builder,ServerSideEncryptionConfiguration>,SdkBuilder<ServerSideEncryptionConfiguration.Builder,ServerSideEncryptionConfiguration>,SdkPojo
- Enclosing class:
- ServerSideEncryptionConfiguration
public static interface ServerSideEncryptionConfiguration.Builder extends SdkPojo, CopyableBuilder<ServerSideEncryptionConfiguration.Builder,ServerSideEncryptionConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerSideEncryptionConfiguration.BuilderkmsKeyArn(String kmsKeyArn)Sets the value of the KmsKeyArn property for this object.-
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, sdkFields
-
-
-
-
Method Detail
-
kmsKeyArn
ServerSideEncryptionConfiguration.Builder kmsKeyArn(String kmsKeyArn)
Sets the value of the KmsKeyArn property for this object.- Parameters:
kmsKeyArn- The new value for the KmsKeyArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-