Uses of Class
com.hashicorp.cdktf.providers.google.logging_metric.LoggingMetricBucketOptionsExponentialBuckets.Builder
-
Packages that use LoggingMetricBucketOptionsExponentialBuckets.Builder Package Description com.hashicorp.cdktf.providers.google.logging_metric google_logging_metric -
-
Uses of LoggingMetricBucketOptionsExponentialBuckets.Builder in com.hashicorp.cdktf.providers.google.logging_metric
Methods in com.hashicorp.cdktf.providers.google.logging_metric that return LoggingMetricBucketOptionsExponentialBuckets.Builder Modifier and Type Method Description static LoggingMetricBucketOptionsExponentialBuckets.BuilderLoggingMetricBucketOptionsExponentialBuckets. builder()LoggingMetricBucketOptionsExponentialBuckets.BuilderLoggingMetricBucketOptionsExponentialBuckets.Builder. growthFactor(Number growthFactor)Sets the value ofLoggingMetricBucketOptionsExponentialBuckets.getGrowthFactor()LoggingMetricBucketOptionsExponentialBuckets.BuilderLoggingMetricBucketOptionsExponentialBuckets.Builder. numFiniteBuckets(Number numFiniteBuckets)Sets the value ofLoggingMetricBucketOptionsExponentialBuckets.getNumFiniteBuckets()LoggingMetricBucketOptionsExponentialBuckets.BuilderLoggingMetricBucketOptionsExponentialBuckets.Builder. scale(Number scale)Sets the value ofLoggingMetricBucketOptionsExponentialBuckets.getScale()Constructors in com.hashicorp.cdktf.providers.google.logging_metric with parameters of type LoggingMetricBucketOptionsExponentialBuckets.Builder Constructor Description Jsii$Proxy(LoggingMetricBucketOptionsExponentialBuckets.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggingMetricBucketOptionsExponentialBuckets.Builder.
-