Class LoggingMetricBucketOptionsExplicitBuckets.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.logging_metric.LoggingMetricBucketOptionsExplicitBuckets.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<LoggingMetricBucketOptionsExplicitBuckets>
- Enclosing interface:
- LoggingMetricBucketOptionsExplicitBuckets
@Stability(Stable) public static final class LoggingMetricBucketOptionsExplicitBuckets.Builder extends Object implements software.amazon.jsii.Builder<LoggingMetricBucketOptionsExplicitBuckets>
A builder forLoggingMetricBucketOptionsExplicitBuckets
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggingMetricBucketOptionsExplicitBuckets.Builderbounds(List<? extends Number> bounds)Sets the value ofLoggingMetricBucketOptionsExplicitBuckets.getBounds()LoggingMetricBucketOptionsExplicitBucketsbuild()Builds the configured instance.
-
-
-
Method Detail
-
bounds
@Stability(Stable) public LoggingMetricBucketOptionsExplicitBuckets.Builder bounds(List<? extends Number> bounds)
Sets the value ofLoggingMetricBucketOptionsExplicitBuckets.getBounds()- Parameters:
bounds- The values must be monotonically increasing. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#bounds LoggingMetric#bounds}- Returns:
this
-
build
@Stability(Stable) public LoggingMetricBucketOptionsExplicitBuckets build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<LoggingMetricBucketOptionsExplicitBuckets>- Returns:
- a new instance of
LoggingMetricBucketOptionsExplicitBuckets - Throws:
NullPointerException- if any required attribute was not provided
-
-