Interface DeleteTaskSetRequest.Builder

    • Method Detail

      • cluster

        DeleteTaskSetRequest.Builder cluster​(String cluster)

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

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

        DeleteTaskSetRequest.Builder service​(String service)

        The short name or full Amazon Resource Name (ARN) of the service that hosts the task set to delete.

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

        DeleteTaskSetRequest.Builder taskSet​(String taskSet)

        The task set ID or full Amazon Resource Name (ARN) of the task set to delete.

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

        DeleteTaskSetRequest.Builder force​(Boolean force)

        If true, you can delete a task set even if it hasn't been scaled down to zero.

        Parameters:
        force - If true, you can delete a task set even if it hasn't been scaled down to zero.
        Returns:
        Returns a reference to this object so that method calls can be chained together.