Interface TaskSummary.Builder

    • Method Detail

      • state

        TaskSummary.Builder state​(String state)

        The state of the task assigned to one or many devices.

        Parameters:
        state - The state of the task assigned to one or many devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaskState, TaskState
      • state

        TaskSummary.Builder state​(TaskState state)

        The state of the task assigned to one or many devices.

        Parameters:
        state - The state of the task assigned to one or many devices.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TaskState, TaskState
      • tags

        TaskSummary.Builder tags​(Map<String,​String> tags)

        Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.

        Parameters:
        tags - Optional metadata that you assign to a resource. You can use tags to categorize a resource in different ways, such as by purpose, owner, or environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskArn

        TaskSummary.Builder taskArn​(String taskArn)

        The Amazon Resource Name (ARN) of the task.

        Parameters:
        taskArn - The Amazon Resource Name (ARN) of the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskId

        TaskSummary.Builder taskId​(String taskId)

        The task ID.

        Parameters:
        taskId - The task ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.