ToCopyableBuilder<MetricCollectionType.Builder,MetricCollectionType>
@Generated("software.amazon.awssdk:codegen") public class MetricCollectionType extends Object implements ToCopyableBuilder<MetricCollectionType.Builder,MetricCollectionType>
Describes a metric.
Modifier and Type | Class | Description |
---|---|---|
static interface |
MetricCollectionType.Builder |
Modifier and Type | Method | Description |
---|---|---|
static MetricCollectionType.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
metric() |
One of the following metrics:
|
static Class<? extends MetricCollectionType.Builder> |
serializableBuilderClass() |
|
MetricCollectionType.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String metric()
One of the following metrics:
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
public MetricCollectionType.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<MetricCollectionType.Builder,MetricCollectionType>
public static MetricCollectionType.Builder builder()
public static Class<? extends MetricCollectionType.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.