Interface HighAvailabilityConfig.Builder

    • Method Detail

      • desiredCapacity

        HighAvailabilityConfig.Builder desiredCapacity​(Integer desiredCapacity)

        The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.

        Parameters:
        desiredCapacity - The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.
        Returns:
        Returns a reference to this object so that method calls can be chained together.