Interface MetricDimension.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetricDimension.Builder,
,MetricDimension> SdkBuilder<MetricDimension.Builder,
,MetricDimension> SdkPojo
- Enclosing class:
MetricDimension
-
Method Summary
Modifier and TypeMethodDescriptiondimensionName
(String dimensionName) A unique identifier for the dimension.Defines how thedimensionValues
of a dimension are interpreted.operator
(DimensionValueOperator operator) Defines how thedimensionValues
of a dimension are interpreted.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, sdkFields
-
Method Details
-
dimensionName
A unique identifier for the dimension.
- Parameters:
dimensionName
- A unique identifier for the dimension.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operator
Defines how the
dimensionValues
of a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theIN
operator, a message will be counted only if its topic matches one of the topic filters. WithNOT_IN
operator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull
), it will be interpreted asIN
.- Parameters:
operator
- Defines how thedimensionValues
of a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theIN
operator, a message will be counted only if its topic matches one of the topic filters. WithNOT_IN
operator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull
), it will be interpreted asIN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
operator
Defines how the
dimensionValues
of a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theIN
operator, a message will be counted only if its topic matches one of the topic filters. WithNOT_IN
operator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull
), it will be interpreted asIN
.- Parameters:
operator
- Defines how thedimensionValues
of a dimension are interpreted. For example, for dimension type TOPIC_FILTER, theIN
operator, a message will be counted only if its topic matches one of the topic filters. WithNOT_IN
operator, a message will be counted only if it doesn't match any of the topic filters. The operator is optional: if it's not provided (isnull
), it will be interpreted asIN
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-