Interface StopTaskRequest.Builder

    • Method Detail

      • cluster

        StopTaskRequest.Builder cluster​(String cluster)

        The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop. If you do not specify a cluster, the default cluster is assumed.

        Parameters:
        cluster - The short name or full Amazon Resource Name (ARN) of the cluster that hosts the task to stop. If you do not specify a cluster, the default cluster is assumed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • task

        StopTaskRequest.Builder task​(String task)

        The task ID of the task to stop.

        Parameters:
        task - The task ID of the task to stop.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        StopTaskRequest.Builder reason​(String reason)

        An optional message specified when a task is stopped. For example, if you're using a custom scheduler, you can use this parameter to specify the reason for stopping the task here, and the message appears in subsequent DescribeTasks API operations on this task. Up to 255 characters are allowed in this message.

        Parameters:
        reason - An optional message specified when a task is stopped. For example, if you're using a custom scheduler, you can use this parameter to specify the reason for stopping the task here, and the message appears in subsequent DescribeTasks API operations on this task. Up to 255 characters are allowed in this message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.