Interface LimitsPerLabelSetEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LimitsPerLabelSetEntry.Builder,
,LimitsPerLabelSetEntry> SdkBuilder<LimitsPerLabelSetEntry.Builder,
,LimitsPerLabelSetEntry> SdkPojo
- Enclosing class:
LimitsPerLabelSetEntry
@Mutable
@NotThreadSafe
public static interface LimitsPerLabelSetEntry.Builder
extends SdkPojo, CopyableBuilder<LimitsPerLabelSetEntry.Builder,LimitsPerLabelSetEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum number of active series that can be ingested that match this label set.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxSeries
The maximum number of active series that can be ingested that match this label set.
Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch
- Parameters:
maxSeries
- The maximum number of active series that can be ingested that match this label set.Setting this to 0 causes no label set limit to be enforced, but it does cause Amazon Managed Service for Prometheus to vend label set metrics to CloudWatch
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-