public static interface EnabledMetric.Builder extends SdkPojo, CopyableBuilder<EnabledMetric.Builder,EnabledMetric>
Modifier and Type | Method and Description |
---|---|
EnabledMetric.Builder |
granularity(String granularity)
The granularity of the metric.
|
EnabledMetric.Builder |
metric(String metric)
One of the following metrics:
|
copy
applyMutation, build
EnabledMetric.Builder metric(String metric)
One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
metric
- One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
EnabledMetric.Builder granularity(String granularity)
The granularity of the metric. The only valid value is 1Minute
.
granularity
- The granularity of the metric. The only valid value is 1Minute
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.