Uses of Class
com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketLifecycleRule.Builder
-
Packages that use StorageBucketLifecycleRule.Builder Package Description com.hashicorp.cdktf.providers.google.storage_bucket google_storage_bucket -
-
Uses of StorageBucketLifecycleRule.Builder in com.hashicorp.cdktf.providers.google.storage_bucket
Methods in com.hashicorp.cdktf.providers.google.storage_bucket that return StorageBucketLifecycleRule.Builder Modifier and Type Method Description StorageBucketLifecycleRule.BuilderStorageBucketLifecycleRule.Builder. action(StorageBucketLifecycleRuleAction action)Sets the value ofStorageBucketLifecycleRule.getAction()static StorageBucketLifecycleRule.BuilderStorageBucketLifecycleRule. builder()StorageBucketLifecycleRule.BuilderStorageBucketLifecycleRule.Builder. condition(StorageBucketLifecycleRuleCondition condition)Sets the value ofStorageBucketLifecycleRule.getCondition()Constructors in com.hashicorp.cdktf.providers.google.storage_bucket with parameters of type StorageBucketLifecycleRule.Builder Constructor Description Jsii$Proxy(StorageBucketLifecycleRule.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketLifecycleRule.Builder.
-