Uses of Interface
com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketLifecycleRule
-
Packages that use StorageBucketLifecycleRule Package Description com.hashicorp.cdktf.providers.google.storage_bucket google_storage_bucket -
-
Uses of StorageBucketLifecycleRule in com.hashicorp.cdktf.providers.google.storage_bucket
Classes in com.hashicorp.cdktf.providers.google.storage_bucket that implement StorageBucketLifecycleRule Modifier and Type Class Description static classStorageBucketLifecycleRule.Jsii$ProxyAn implementation forStorageBucketLifecycleRuleMethods in com.hashicorp.cdktf.providers.google.storage_bucket that return StorageBucketLifecycleRule Modifier and Type Method Description StorageBucketLifecycleRuleStorageBucketLifecycleRule.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.storage_bucket with parameters of type StorageBucketLifecycleRule Modifier and Type Method Description voidStorageBucketLifecycleRuleOutputReference. setInternalValue(StorageBucketLifecycleRule value)Method parameters in com.hashicorp.cdktf.providers.google.storage_bucket with type arguments of type StorageBucketLifecycleRule Modifier and Type Method Description StorageBucket.BuilderStorageBucket.Builder. lifecycleRule(List<? extends StorageBucketLifecycleRule> lifecycleRule)lifecycle_rule block.StorageBucketConfig.BuilderStorageBucketConfig.Builder. lifecycleRule(List<? extends StorageBucketLifecycleRule> lifecycleRule)Sets the value ofStorageBucketConfig.getLifecycleRule()voidStorageBucketLifecycleRuleList. setInternalValue(List<StorageBucketLifecycleRule> value)
-