Interface ExpressGatewayScalingTarget.Builder

    • Method Detail

      • minTaskCount

        ExpressGatewayScalingTarget.Builder minTaskCount​(Integer minTaskCount)

        The minimum number of tasks to run in the Express service.

        Parameters:
        minTaskCount - The minimum number of tasks to run in the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxTaskCount

        ExpressGatewayScalingTarget.Builder maxTaskCount​(Integer maxTaskCount)

        The maximum number of tasks to run in the Express service.

        Parameters:
        maxTaskCount - The maximum number of tasks to run in the Express service.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • autoScalingTargetValue

        ExpressGatewayScalingTarget.Builder autoScalingTargetValue​(Integer autoScalingTargetValue)

        The target value for the auto-scaling metric. The default value for an Express service is 60.

        Parameters:
        autoScalingTargetValue - The target value for the auto-scaling metric. The default value for an Express service is 60.
        Returns:
        Returns a reference to this object so that method calls can be chained together.