public static interface TaskExecutionListEntry.Builder extends SdkPojo, CopyableBuilder<TaskExecutionListEntry.Builder,TaskExecutionListEntry>
| Modifier and Type | Method and Description |
|---|---|
TaskExecutionListEntry.Builder |
status(String status)
The status of a task execution.
|
TaskExecutionListEntry.Builder |
status(TaskExecutionStatus status)
The status of a task execution.
|
TaskExecutionListEntry.Builder |
taskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the task that was executed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskExecutionListEntry.Builder taskExecutionArn(String taskExecutionArn)
The Amazon Resource Name (ARN) of the task that was executed.
taskExecutionArn - The Amazon Resource Name (ARN) of the task that was executed.TaskExecutionListEntry.Builder status(String status)
The status of a task execution.
status - The status of a task execution.TaskExecutionStatus,
TaskExecutionStatusTaskExecutionListEntry.Builder status(TaskExecutionStatus status)
The status of a task execution.
status - The status of a task execution.TaskExecutionStatus,
TaskExecutionStatusCopyright © 2023. All rights reserved.