Uses of Class
com.hashicorp.cdktf.providers.google.storage_bucket.StorageBucketLogging.Builder
-
Packages that use StorageBucketLogging.Builder Package Description com.hashicorp.cdktf.providers.google.storage_bucket google_storage_bucket -
-
Uses of StorageBucketLogging.Builder in com.hashicorp.cdktf.providers.google.storage_bucket
Methods in com.hashicorp.cdktf.providers.google.storage_bucket that return StorageBucketLogging.Builder Modifier and Type Method Description static StorageBucketLogging.BuilderStorageBucketLogging. builder()StorageBucketLogging.BuilderStorageBucketLogging.Builder. logBucket(String logBucket)Sets the value ofStorageBucketLogging.getLogBucket()StorageBucketLogging.BuilderStorageBucketLogging.Builder. logObjectPrefix(String logObjectPrefix)Sets the value ofStorageBucketLogging.getLogObjectPrefix()Constructors in com.hashicorp.cdktf.providers.google.storage_bucket with parameters of type StorageBucketLogging.Builder Constructor Description Jsii$Proxy(StorageBucketLogging.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageBucketLogging.Builder.
-