Interface ResumeProcessesRequest.Builder

  • Method Details

    • autoScalingGroupName

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

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

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

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