public static interface DisableMetricsCollectionRequest.Builder extends AutoScalingRequest.Builder, CopyableBuilder<DisableMetricsCollectionRequest.Builder,DisableMetricsCollectionRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableMetricsCollectionRequest.Builder |
autoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the group.
|
DisableMetricsCollectionRequest.Builder |
metrics(Collection<String> metrics)
One or more of the following metrics.
|
DisableMetricsCollectionRequest.Builder |
metrics(String... metrics)
One or more of the following metrics.
|
DisableMetricsCollectionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDisableMetricsCollectionRequest.Builder autoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the group.
autoScalingGroupName - The name or Amazon Resource Name (ARN) of the group.DisableMetricsCollectionRequest.Builder metrics(Collection<String> metrics)
One or more of the following metrics. If you omit this parameter, all metrics are disabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
metrics - One or more of the following metrics. If you omit this parameter, all metrics are disabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
DisableMetricsCollectionRequest.Builder metrics(String... metrics)
One or more of the following metrics. If you omit this parameter, all metrics are disabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
metrics - One or more of the following metrics. If you omit this parameter, all metrics are disabled.
GroupMinSize
GroupMaxSize
GroupDesiredCapacity
GroupInServiceInstances
GroupPendingInstances
GroupStandbyInstances
GroupTerminatingInstances
GroupTotalInstances
DisableMetricsCollectionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.