Interface LoggingMetricBucketOptionsLinearBuckets
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LoggingMetricBucketOptionsLinearBuckets.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.847Z") @Stability(Stable) public interface LoggingMetricBucketOptionsLinearBuckets extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingMetricBucketOptionsLinearBuckets.BuilderA builder forLoggingMetricBucketOptionsLinearBucketsstatic classLoggingMetricBucketOptionsLinearBuckets.Jsii$ProxyAn implementation forLoggingMetricBucketOptionsLinearBuckets
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LoggingMetricBucketOptionsLinearBuckets.Builderbuilder()NumbergetNumFiniteBuckets()Must be greater than 0.NumbergetOffset()Lower bound of the first bucket.NumbergetWidth()Must be greater than 0.
-
-
-
Method Detail
-
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}
-
getOffset
@Stability(Stable) @NotNull Number getOffset()
Lower bound of the first bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#offset LoggingMetric#offset}
-
getWidth
@Stability(Stable) @NotNull Number getWidth()
Must be greater than 0.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_metric#width LoggingMetric#width}
-
builder
@Stability(Stable) static LoggingMetricBucketOptionsLinearBuckets.Builder builder()
-
-