Interface ResumeProcessesRequest.Builder

    • Method Detail

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