public static interface TaskSummary.Builder extends SdkPojo, CopyableBuilder<TaskSummary.Builder,TaskSummary>
| Modifier and Type | Method and Description |
|---|---|
TaskSummary.Builder |
state(String state)
The state of the task assigned to one or many devices.
|
TaskSummary.Builder |
state(TaskState state)
The state of the task assigned to one or many devices.
|
TaskSummary.Builder |
tags(Map<String,String> tags)
Optional metadata that you assign to a resource.
|
TaskSummary.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
TaskSummary.Builder |
taskId(String taskId)
The task ID.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskSummary.Builder state(String state)
The state of the task assigned to one or many devices.
TaskSummary.Builder state(TaskState state)
The state of the task assigned to one or many devices.
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.
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.TaskSummary.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
taskArn - The Amazon Resource Name (ARN) of the task.TaskSummary.Builder taskId(String taskId)
The task ID.
taskId - The task ID.Copyright © 2023. All rights reserved.