Uses of Class
com.hashicorp.cdktf.providers.aws.s3_bucket_inventory.S3BucketInventoryDestinationBucketEncryption.Builder
-
Packages that use S3BucketInventoryDestinationBucketEncryption.Builder Package Description com.hashicorp.cdktf.providers.aws.s3_bucket_inventory aws_s3_bucket_inventory -
-
Uses of S3BucketInventoryDestinationBucketEncryption.Builder in com.hashicorp.cdktf.providers.aws.s3_bucket_inventory
Methods in com.hashicorp.cdktf.providers.aws.s3_bucket_inventory that return S3BucketInventoryDestinationBucketEncryption.Builder Modifier and Type Method Description static S3BucketInventoryDestinationBucketEncryption.BuilderS3BucketInventoryDestinationBucketEncryption. builder()S3BucketInventoryDestinationBucketEncryption.BuilderS3BucketInventoryDestinationBucketEncryption.Builder. sseKms(S3BucketInventoryDestinationBucketEncryptionSseKms sseKms)Sets the value ofS3BucketInventoryDestinationBucketEncryption.getSseKms()S3BucketInventoryDestinationBucketEncryption.BuilderS3BucketInventoryDestinationBucketEncryption.Builder. sseS3(S3BucketInventoryDestinationBucketEncryptionSseS3 sseS3)Sets the value ofS3BucketInventoryDestinationBucketEncryption.getSseS3()Constructors in com.hashicorp.cdktf.providers.aws.s3_bucket_inventory with parameters of type S3BucketInventoryDestinationBucketEncryption.Builder Constructor Description Jsii$Proxy(S3BucketInventoryDestinationBucketEncryption.Builder builder)Constructor that initializes the object based on literal property values passed by theS3BucketInventoryDestinationBucketEncryption.Builder.
-