Uses of Class
com.hashicorp.cdktf.providers.google.pubsub_lite_topic.PubsubLiteTopicPartitionConfig.Builder
-
Packages that use PubsubLiteTopicPartitionConfig.Builder Package Description com.hashicorp.cdktf.providers.google.pubsub_lite_topic google_pubsub_lite_topic -
-
Uses of PubsubLiteTopicPartitionConfig.Builder in com.hashicorp.cdktf.providers.google.pubsub_lite_topic
Methods in com.hashicorp.cdktf.providers.google.pubsub_lite_topic that return PubsubLiteTopicPartitionConfig.Builder Modifier and Type Method Description static PubsubLiteTopicPartitionConfig.BuilderPubsubLiteTopicPartitionConfig. builder()PubsubLiteTopicPartitionConfig.BuilderPubsubLiteTopicPartitionConfig.Builder. capacity(PubsubLiteTopicPartitionConfigCapacity capacity)Sets the value ofPubsubLiteTopicPartitionConfig.getCapacity()PubsubLiteTopicPartitionConfig.BuilderPubsubLiteTopicPartitionConfig.Builder. count(Number count)Sets the value ofPubsubLiteTopicPartitionConfig.getCount()Constructors in com.hashicorp.cdktf.providers.google.pubsub_lite_topic with parameters of type PubsubLiteTopicPartitionConfig.Builder Constructor Description Jsii$Proxy(PubsubLiteTopicPartitionConfig.Builder builder)Constructor that initializes the object based on literal property values passed by thePubsubLiteTopicPartitionConfig.Builder.
-