Interface MetricCollectionType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetricCollectionType.Builder,MetricCollectionType>,SdkBuilder<MetricCollectionType.Builder,MetricCollectionType>,SdkPojo
- Enclosing class:
- MetricCollectionType
public static interface MetricCollectionType.Builder extends SdkPojo, CopyableBuilder<MetricCollectionType.Builder,MetricCollectionType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricCollectionType.Buildermetric(String metric)One of the following metrics:-
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 Detail
-
metric
MetricCollectionType.Builder metric(String metric)
One of the following metrics:
-
GroupMinSize -
GroupMaxSize -
GroupDesiredCapacity -
GroupInServiceInstances -
GroupPendingInstances -
GroupStandbyInstances -
GroupTerminatingInstances -
GroupTotalInstances -
GroupInServiceCapacity -
GroupPendingCapacity -
GroupStandbyCapacity -
GroupTerminatingCapacity -
GroupTotalCapacity -
WarmPoolDesiredCapacity -
WarmPoolWarmedCapacity -
WarmPoolPendingCapacity -
WarmPoolTerminatingCapacity -
WarmPoolTotalCapacity -
GroupAndWarmPoolDesiredCapacity -
GroupAndWarmPoolTotalCapacity
- Parameters:
metric- One of the following metrics:-
GroupMinSize -
GroupMaxSize -
GroupDesiredCapacity -
GroupInServiceInstances -
GroupPendingInstances -
GroupStandbyInstances -
GroupTerminatingInstances -
GroupTotalInstances -
GroupInServiceCapacity -
GroupPendingCapacity -
GroupStandbyCapacity -
GroupTerminatingCapacity -
GroupTotalCapacity -
WarmPoolDesiredCapacity -
WarmPoolWarmedCapacity -
WarmPoolPendingCapacity -
WarmPoolTerminatingCapacity -
WarmPoolTotalCapacity -
GroupAndWarmPoolDesiredCapacity -
GroupAndWarmPoolTotalCapacity
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-