Interface SuspendProcessesRequest.Builder

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

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

    • autoScalingGroupName

      SuspendProcessesRequest.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.
    • scalingProcesses

      SuspendProcessesRequest.Builder scalingProcesses(Collection<String> scalingProcesses)

      One or more of the following processes:

      • Launch

      • Terminate

      • AddToLoadBalancer

      • AlarmNotification

      • AZRebalance

      • HealthCheck

      • InstanceRefresh

      • ReplaceUnhealthy

      • ScheduledActions

      If you omit this property, all processes are specified.

      Parameters:
      scalingProcesses - One or more of the following processes:

      • Launch

      • Terminate

      • AddToLoadBalancer

      • AlarmNotification

      • AZRebalance

      • HealthCheck

      • InstanceRefresh

      • ReplaceUnhealthy

      • ScheduledActions

      If you omit this property, all processes are specified.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scalingProcesses

      SuspendProcessesRequest.Builder scalingProcesses(String... scalingProcesses)

      One or more of the following processes:

      • Launch

      • Terminate

      • AddToLoadBalancer

      • AlarmNotification

      • AZRebalance

      • HealthCheck

      • InstanceRefresh

      • ReplaceUnhealthy

      • ScheduledActions

      If you omit this property, all processes are specified.

      Parameters:
      scalingProcesses - One or more of the following processes:

      • Launch

      • Terminate

      • AddToLoadBalancer

      • AlarmNotification

      • AZRebalance

      • HealthCheck

      • InstanceRefresh

      • ReplaceUnhealthy

      • ScheduledActions

      If you omit this property, all processes are specified.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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