Interface UpdateTaskSetRequest.Builder

    • Method Detail

      • cluster

        UpdateTaskSetRequest.Builder cluster​(String cluster)

        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.

        Parameters:
        cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set is found in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • service

        UpdateTaskSetRequest.Builder service​(String service)

        The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.

        Parameters:
        service - The short name or full Amazon Resource Name (ARN) of the service that the task set is found in.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskSet

        UpdateTaskSetRequest.Builder taskSet​(String taskSet)

        The short name or full Amazon Resource Name (ARN) of the task set to update.

        Parameters:
        taskSet - The short name or full Amazon Resource Name (ARN) of the task set to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scale

        UpdateTaskSetRequest.Builder scale​(Scale scale)

        A floating-point percentage of the desired number of tasks to place and keep running in the task set.

        Parameters:
        scale - A floating-point percentage of the desired number of tasks to place and keep running in the task set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.