public static interface TaskListEntry.Builder extends SdkPojo, CopyableBuilder<TaskListEntry.Builder,TaskListEntry>
| Modifier and Type | Method and Description |
|---|---|
TaskListEntry.Builder |
name(String name)
The name of the task.
|
TaskListEntry.Builder |
status(String status)
The status of the task.
|
TaskListEntry.Builder |
status(TaskStatus status)
The status of the task.
|
TaskListEntry.Builder |
taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskListEntry.Builder taskArn(String taskArn)
The Amazon Resource Name (ARN) of the task.
taskArn - The Amazon Resource Name (ARN) of the task.TaskListEntry.Builder status(String status)
The status of the task.
status - The status of the task.TaskStatus,
TaskStatusTaskListEntry.Builder status(TaskStatus status)
The status of the task.
status - The status of the task.TaskStatus,
TaskStatusTaskListEntry.Builder name(String name)
The name of the task.
name - The name of the task.Copyright © 2023. All rights reserved.