Uses of Class
com.hashicorp.cdktf.providers.google.pubsub_lite_topic.PubsubLiteTopicRetentionConfig.Builder
-
Packages that use PubsubLiteTopicRetentionConfig.Builder Package Description com.hashicorp.cdktf.providers.google.pubsub_lite_topic google_pubsub_lite_topic -
-
Uses of PubsubLiteTopicRetentionConfig.Builder in com.hashicorp.cdktf.providers.google.pubsub_lite_topic
Methods in com.hashicorp.cdktf.providers.google.pubsub_lite_topic that return PubsubLiteTopicRetentionConfig.Builder Modifier and Type Method Description static PubsubLiteTopicRetentionConfig.BuilderPubsubLiteTopicRetentionConfig. builder()PubsubLiteTopicRetentionConfig.BuilderPubsubLiteTopicRetentionConfig.Builder. period(String period)Sets the value ofPubsubLiteTopicRetentionConfig.getPeriod()PubsubLiteTopicRetentionConfig.BuilderPubsubLiteTopicRetentionConfig.Builder. perPartitionBytes(String perPartitionBytes)Sets the value ofPubsubLiteTopicRetentionConfig.getPerPartitionBytes()Constructors in com.hashicorp.cdktf.providers.google.pubsub_lite_topic with parameters of type PubsubLiteTopicRetentionConfig.Builder Constructor Description Jsii$Proxy(PubsubLiteTopicRetentionConfig.Builder builder)Constructor that initializes the object based on literal property values passed by thePubsubLiteTopicRetentionConfig.Builder.
-