Class GetTaskExecutionCapacityProviderStrategyArgs.Builder

    • Method Detail

      • base

        public GetTaskExecutionCapacityProviderStrategyArgs.Builder base​(@Nullable
                                                                         com.pulumi.core.Output<java.lang.Integer> base)
        Parameters:
        base - The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.
        Returns:
        builder
      • base

        public GetTaskExecutionCapacityProviderStrategyArgs.Builder base​(java.lang.Integer base)
        Parameters:
        base - The number of tasks, at a minimum, to run on the specified capacity provider. Only one capacity provider in a capacity provider strategy can have a base defined. Defaults to `0`.
        Returns:
        builder
      • weight

        public GetTaskExecutionCapacityProviderStrategyArgs.Builder weight​(@Nullable
                                                                           com.pulumi.core.Output<java.lang.Integer> weight)
        Parameters:
        weight - The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.
        Returns:
        builder
      • weight

        public GetTaskExecutionCapacityProviderStrategyArgs.Builder weight​(java.lang.Integer weight)
        Parameters:
        weight - The relative percentage of the total number of launched tasks that should use the specified capacity provider. The `weight` value is taken into consideration after the `base` count of tasks has been satisfied. Defaults to `0`.
        Returns:
        builder