Uses of Class
com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketLifecycleRuleAction.Builder
-
Packages that use StorageBucketLifecycleRuleAction.Builder Package Description com.hashicorp.cdktf.providers.google.storage_bucket google_storage_bucket -
-
Uses of StorageBucketLifecycleRuleAction.Builder in com.hashicorp.cdktf.providers.google.storage_bucket
Methods in com.hashicorp.cdktf.providers.google.storage_bucket that return StorageBucketLifecycleRuleAction.Builder Modifier and Type Method Description static StorageBucketLifecycleRuleAction.BuilderStorageBucketLifecycleRuleAction. builder()StorageBucketLifecycleRuleAction.BuilderStorageBucketLifecycleRuleAction.Builder. storageClass(String storageClass)Sets the value ofStorageBucketLifecycleRuleAction.getStorageClass()StorageBucketLifecycleRuleAction.BuilderStorageBucketLifecycleRuleAction.Builder. type(String type)Sets the value ofStorageBucketLifecycleRuleAction.getType()Constructors in com.hashicorp.cdktf.providers.google.storage_bucket with parameters of type StorageBucketLifecycleRuleAction.Builder Constructor Description Jsii$Proxy(StorageBucketLifecycleRuleAction.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketLifecycleRuleAction.Builder.
-