Class CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.s3.CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty>
- Enclosing interface:
CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty
@Stability(Stable)
public static final class CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty>
A builder for
CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnBucketPropsMixin.SseKmsEncryptedObjectsProperty.getStatus()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
status
@Stability(Stable) public CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty.Builder status(String status) Sets the value ofCfnBucketPropsMixin.SseKmsEncryptedObjectsProperty.getStatus()- Parameters:
status- Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS key stored in AWS Key Management Service.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty>- Returns:
- a new instance of
CfnBucketPropsMixin.SseKmsEncryptedObjectsProperty - Throws:
NullPointerException- if any required attribute was not provided
-