Interface DisableMetricsCollectionRequest.Builder
- All Superinterfaces:
 AutoScalingRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DisableMetricsCollectionRequest.Builder,,DisableMetricsCollectionRequest> SdkBuilder<DisableMetricsCollectionRequest.Builder,,DisableMetricsCollectionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 DisableMetricsCollectionRequest
- 
Method Summary
Modifier and TypeMethodDescriptionautoScalingGroupName(String autoScalingGroupName) The name of the Auto Scaling group.Identifies the metrics to disable.metrics(Collection<String> metrics) Identifies the metrics to disable.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.services.autoscaling.model.AutoScalingRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
autoScalingGroupName
The name of the Auto Scaling group.
- Parameters:
 autoScalingGroupName- The name of the Auto Scaling group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
metrics
Identifies the metrics to disable.
You can specify one or more of the following metrics:
- 
 
GroupMinSize - 
 
GroupMaxSize - 
 
GroupDesiredCapacity - 
 
GroupInServiceInstances - 
 
GroupPendingInstances - 
 
GroupStandbyInstances - 
 
GroupTerminatingInstances - 
 
GroupTotalInstances - 
 
GroupInServiceCapacity - 
 
GroupPendingCapacity - 
 
GroupStandbyCapacity - 
 
GroupTerminatingCapacity - 
 
GroupTotalCapacity - 
 
WarmPoolDesiredCapacity - 
 
WarmPoolWarmedCapacity - 
 
WarmPoolPendingCapacity - 
 
WarmPoolTerminatingCapacity - 
 
WarmPoolTotalCapacity - 
 
GroupAndWarmPoolDesiredCapacity - 
 
GroupAndWarmPoolTotalCapacity 
If you omit this property, all metrics are disabled.
For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.
- Parameters:
 metrics- Identifies the metrics to disable.You can specify one or more of the following metrics:
- 
        
GroupMinSize - 
        
GroupMaxSize - 
        
GroupDesiredCapacity - 
        
GroupInServiceInstances - 
        
GroupPendingInstances - 
        
GroupStandbyInstances - 
        
GroupTerminatingInstances - 
        
GroupTotalInstances - 
        
GroupInServiceCapacity - 
        
GroupPendingCapacity - 
        
GroupStandbyCapacity - 
        
GroupTerminatingCapacity - 
        
GroupTotalCapacity - 
        
WarmPoolDesiredCapacity - 
        
WarmPoolWarmedCapacity - 
        
WarmPoolPendingCapacity - 
        
WarmPoolTerminatingCapacity - 
        
WarmPoolTotalCapacity - 
        
GroupAndWarmPoolDesiredCapacity - 
        
GroupAndWarmPoolTotalCapacity 
If you omit this property, all metrics are disabled.
For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
metrics
Identifies the metrics to disable.
You can specify one or more of the following metrics:
- 
 
GroupMinSize - 
 
GroupMaxSize - 
 
GroupDesiredCapacity - 
 
GroupInServiceInstances - 
 
GroupPendingInstances - 
 
GroupStandbyInstances - 
 
GroupTerminatingInstances - 
 
GroupTotalInstances - 
 
GroupInServiceCapacity - 
 
GroupPendingCapacity - 
 
GroupStandbyCapacity - 
 
GroupTerminatingCapacity - 
 
GroupTotalCapacity - 
 
WarmPoolDesiredCapacity - 
 
WarmPoolWarmedCapacity - 
 
WarmPoolPendingCapacity - 
 
WarmPoolTerminatingCapacity - 
 
WarmPoolTotalCapacity - 
 
GroupAndWarmPoolDesiredCapacity - 
 
GroupAndWarmPoolTotalCapacity 
If you omit this property, all metrics are disabled.
For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.
- Parameters:
 metrics- Identifies the metrics to disable.You can specify one or more of the following metrics:
- 
        
GroupMinSize - 
        
GroupMaxSize - 
        
GroupDesiredCapacity - 
        
GroupInServiceInstances - 
        
GroupPendingInstances - 
        
GroupStandbyInstances - 
        
GroupTerminatingInstances - 
        
GroupTotalInstances - 
        
GroupInServiceCapacity - 
        
GroupPendingCapacity - 
        
GroupStandbyCapacity - 
        
GroupTerminatingCapacity - 
        
GroupTotalCapacity - 
        
WarmPoolDesiredCapacity - 
        
WarmPoolWarmedCapacity - 
        
WarmPoolPendingCapacity - 
        
WarmPoolTerminatingCapacity - 
        
WarmPoolTotalCapacity - 
        
GroupAndWarmPoolDesiredCapacity - 
        
GroupAndWarmPoolTotalCapacity 
If you omit this property, all metrics are disabled.
For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.
- 
        
 - Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
 
 - 
overrideConfiguration
DisableMetricsCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
DisableMetricsCollectionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -