Interface ItemizedMetricStats.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ItemizedMetricStats.Builder,ItemizedMetricStats>,SdkBuilder<ItemizedMetricStats.Builder,ItemizedMetricStats>,SdkPojo
- Enclosing class:
- ItemizedMetricStats
public static interface ItemizedMetricStats.Builder extends SdkPojo, CopyableBuilder<ItemizedMetricStats.Builder,ItemizedMetricStats>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemizedMetricStats.BuildermetricName(String metricName)The name of the measure.ItemizedMetricStats.BuilderoccurrenceCount(Integer occurrenceCount)The number of times that the measure appears.-
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 Detail
-
metricName
ItemizedMetricStats.Builder metricName(String metricName)
The name of the measure.
- Parameters:
metricName- The name of the measure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
occurrenceCount
ItemizedMetricStats.Builder occurrenceCount(Integer occurrenceCount)
The number of times that the measure appears.
- Parameters:
occurrenceCount- The number of times that the measure appears.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-