Interface ScalingConfiguration.Builder

    • Method Detail

      • minInstanceCount

        ScalingConfiguration.Builder minInstanceCount​(Integer minInstanceCount)

        The lower bound of the number of instances allowed in the compute fleet.

        Parameters:
        minInstanceCount - The lower bound of the number of instances allowed in the compute fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxInstanceCount

        ScalingConfiguration.Builder maxInstanceCount​(Integer maxInstanceCount)

        The upper bound of the number of instances allowed in the compute fleet.

        Parameters:
        maxInstanceCount - The upper bound of the number of instances allowed in the compute fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.