Class S3BucketInventoryDestination.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestination.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<S3BucketInventoryDestination>
- Enclosing interface:
- S3BucketInventoryDestination
@Stability(Stable) public static final class S3BucketInventoryDestination.Builder extends Object implements software.amazon.jsii.Builder<S3BucketInventoryDestination>
A builder forS3BucketInventoryDestination
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description S3BucketInventoryDestination.Builderbucket(S3BucketInventoryDestinationBucket bucket)Sets the value ofS3BucketInventoryDestination.getBucket()S3BucketInventoryDestinationbuild()Builds the configured instance.
-
-
-
Method Detail
-
bucket
@Stability(Stable) public S3BucketInventoryDestination.Builder bucket(S3BucketInventoryDestinationBucket bucket)
Sets the value ofS3BucketInventoryDestination.getBucket()- Parameters:
bucket- bucket block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/s3_bucket_inventory#bucket S3BucketInventory#bucket}- Returns:
this
-
build
@Stability(Stable) public S3BucketInventoryDestination build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<S3BucketInventoryDestination>- Returns:
- a new instance of
S3BucketInventoryDestination - Throws:
NullPointerException- if any required attribute was not provided
-
-