Interface AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder

    • Method Detail

      • base

        AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder base​(Integer base)

        The minimum number of tasks to run on the specified capacity provider.

        Parameters:
        base - The minimum number of tasks to run on the specified capacity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • weight

        AwsEcsClusterDefaultCapacityProviderStrategyDetails.Builder weight​(Integer weight)

        The relative percentage of the total number of tasks launched that should use the capacity provider.

        Parameters:
        weight - The relative percentage of the total number of tasks launched that should use the capacity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.