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