Interface EnableMetricsCollectionRequest.Builder

All Superinterfaces:
AutoScalingRequest.Builder, AwsRequest.Builder, Buildable, CopyableBuilder<EnableMetricsCollectionRequest.Builder,EnableMetricsCollectionRequest>, SdkBuilder<EnableMetricsCollectionRequest.Builder,EnableMetricsCollectionRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
EnableMetricsCollectionRequest

public static interface EnableMetricsCollectionRequest.Builder extends AutoScalingRequest.Builder, SdkPojo, CopyableBuilder<EnableMetricsCollectionRequest.Builder,EnableMetricsCollectionRequest>
  • Method Details

    • autoScalingGroupName

      EnableMetricsCollectionRequest.Builder autoScalingGroupName(String 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 enable.

      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 specify Granularity and don't specify any metrics, all metrics are enabled.

      For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.

      Parameters:
      metrics - Identifies the metrics to enable.

      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 specify Granularity and don't specify any metrics, all metrics are enabled.

      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 enable.

      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 specify Granularity and don't specify any metrics, all metrics are enabled.

      For more information, see Auto Scaling group metrics in the Amazon EC2 Auto Scaling User Guide.

      Parameters:
      metrics - Identifies the metrics to enable.

      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 specify Granularity and don't specify any metrics, all metrics are enabled.

      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.
    • granularity

      The frequency at which Amazon EC2 Auto Scaling sends aggregated data to CloudWatch. The only valid value is 1Minute.

      Parameters:
      granularity - The frequency at which Amazon EC2 Auto Scaling sends aggregated data to CloudWatch. The only valid value is 1Minute.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      EnableMetricsCollectionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.