Class S3BucketInventoryDestinationBucketEncryptionSseS3.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestinationBucketEncryptionSseS3.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3BucketInventoryDestinationBucketEncryptionSseS3>
- Enclosing interface:
- S3BucketInventoryDestinationBucketEncryptionSseS3
@Stability(Stable) public static final class S3BucketInventoryDestinationBucketEncryptionSseS3.Builder extends Object implements software.amazon.jsii.Builder<S3BucketInventoryDestinationBucketEncryptionSseS3>
A builder forS3BucketInventoryDestinationBucketEncryptionSseS3
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3BucketInventoryDestinationBucketEncryptionSseS3build()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public S3BucketInventoryDestinationBucketEncryptionSseS3 build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<S3BucketInventoryDestinationBucketEncryptionSseS3>- Returns:
- a new instance of
S3BucketInventoryDestinationBucketEncryptionSseS3 - Throws:
NullPointerException- if any required attribute was not provided
-
-