Interface LoggingMetricBucketOptionsExponentialBuckets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingMetricBucketOptionsExponentialBuckets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.846Z") @Stability(Stable) public interface LoggingMetricBucketOptionsExponentialBuckets extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingMetricBucketOptionsExponentialBuckets.BuilderA builder forLoggingMetricBucketOptionsExponentialBucketsstatic classLoggingMetricBucketOptionsExponentialBuckets.Jsii$ProxyAn implementation forLoggingMetricBucketOptionsExponentialBuckets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LoggingMetricBucketOptionsExponentialBuckets.Builderbuilder()NumbergetGrowthFactor()Must be greater than 1.NumbergetNumFiniteBuckets()Must be greater than 0.NumbergetScale()Must be greater than 0.
-
-
-
Method Detail
-
getGrowthFactor
@Stability(Stable) @NotNull Number getGrowthFactor()
Must be greater than 1.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#growth_factor LoggingMetric#growth_factor}
-
getNumFiniteBuckets
@Stability(Stable) @NotNull Number getNumFiniteBuckets()
Must be greater than 0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#num_finite_buckets LoggingMetric#num_finite_buckets}
-
getScale
@Stability(Stable) @NotNull Number getScale()
Must be greater than 0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#scale LoggingMetric#scale}
-
builder
@Stability(Stable) static LoggingMetricBucketOptionsExponentialBuckets.Builder builder()
-
-