Uses of Class
com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketRetentionPolicy.Builder
-
Packages that use StorageBucketRetentionPolicy.Builder Package Description com.hashicorp.cdktf.providers.google.storage_bucket google_storage_bucket -
-
Uses of StorageBucketRetentionPolicy.Builder in com.hashicorp.cdktf.providers.google.storage_bucket
Methods in com.hashicorp.cdktf.providers.google.storage_bucket that return StorageBucketRetentionPolicy.Builder Modifier and Type Method Description static StorageBucketRetentionPolicy.BuilderStorageBucketRetentionPolicy. builder()StorageBucketRetentionPolicy.BuilderStorageBucketRetentionPolicy.Builder. isLocked(com.hashicorp.cdktf.IResolvable isLocked)Sets the value ofStorageBucketRetentionPolicy.getIsLocked()StorageBucketRetentionPolicy.BuilderStorageBucketRetentionPolicy.Builder. isLocked(Boolean isLocked)Sets the value ofStorageBucketRetentionPolicy.getIsLocked()StorageBucketRetentionPolicy.BuilderStorageBucketRetentionPolicy.Builder. retentionPeriod(Number retentionPeriod)Sets the value ofStorageBucketRetentionPolicy.getRetentionPeriod()Constructors in com.hashicorp.cdktf.providers.google.storage_bucket with parameters of type StorageBucketRetentionPolicy.Builder Constructor Description Jsii$Proxy(StorageBucketRetentionPolicy.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketRetentionPolicy.Builder.
-