Interface AutoScalingGroupConfiguration.Builder

    • Method Detail

      • desiredCapacity

        AutoScalingGroupConfiguration.Builder desiredCapacity​(Integer desiredCapacity)

        The desired capacity, or number of instances, for the Auto Scaling group.

        Parameters:
        desiredCapacity - The desired capacity, or number of instances, for the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • minSize

        AutoScalingGroupConfiguration.Builder minSize​(Integer minSize)

        The minimum size, or minimum number of instances, for the Auto Scaling group.

        Parameters:
        minSize - The minimum size, or minimum number of instances, for the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxSize

        AutoScalingGroupConfiguration.Builder maxSize​(Integer maxSize)

        The maximum size, or maximum number of instances, for the Auto Scaling group.

        Parameters:
        maxSize - The maximum size, or maximum number of instances, for the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceType

        AutoScalingGroupConfiguration.Builder instanceType​(String instanceType)

        The instance type for the Auto Scaling group.

        Parameters:
        instanceType - The instance type for the Auto Scaling group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.