Interface AutoScalingGroupsConfiguration.Builder

  • Method Details

    • autoScalingGroupNames

      AutoScalingGroupsConfiguration.Builder autoScalingGroupNames(Collection<String> autoScalingGroupNames)

      The names of the auto scaling group.

      Parameters:
      autoScalingGroupNames - The names of the auto scaling group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • autoScalingGroupNames

      AutoScalingGroupsConfiguration.Builder autoScalingGroupNames(String... autoScalingGroupNames)

      The names of the auto scaling group.

      Parameters:
      autoScalingGroupNames - The names of the auto scaling group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • roleArn

      The role ARN of the auto scaling group.

      Parameters:
      roleArn - The role ARN of the auto scaling group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.