Uses of Class
com.hashicorp.cdktf.providers.google.logging_metric.LoggingMetricBucketOptions.Builder
-
Packages that use LoggingMetricBucketOptions.Builder Package Description com.hashicorp.cdktf.providers.google.logging_metric google_logging_metric -
-
Uses of LoggingMetricBucketOptions.Builder in com.hashicorp.cdktf.providers.google.logging_metric
Methods in com.hashicorp.cdktf.providers.google.logging_metric that return LoggingMetricBucketOptions.Builder Modifier and Type Method Description static LoggingMetricBucketOptions.BuilderLoggingMetricBucketOptions. builder()LoggingMetricBucketOptions.BuilderLoggingMetricBucketOptions.Builder. explicitBuckets(LoggingMetricBucketOptionsExplicitBuckets explicitBuckets)Sets the value ofLoggingMetricBucketOptions.getExplicitBuckets()LoggingMetricBucketOptions.BuilderLoggingMetricBucketOptions.Builder. exponentialBuckets(LoggingMetricBucketOptionsExponentialBuckets exponentialBuckets)Sets the value ofLoggingMetricBucketOptions.getExponentialBuckets()LoggingMetricBucketOptions.BuilderLoggingMetricBucketOptions.Builder. linearBuckets(LoggingMetricBucketOptionsLinearBuckets linearBuckets)Sets the value ofLoggingMetricBucketOptions.getLinearBuckets()Constructors in com.hashicorp.cdktf.providers.google.logging_metric with parameters of type LoggingMetricBucketOptions.Builder Constructor Description Jsii$Proxy(LoggingMetricBucketOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLoggingMetricBucketOptions.Builder.
-