Uses of Interface
software.amazon.awssdk.services.datasync.model.TaskExecutionListEntry.Builder
-
Packages that use TaskExecutionListEntry.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of TaskExecutionListEntry.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return TaskExecutionListEntry.Builder Modifier and Type Method Description static TaskExecutionListEntry.BuilderTaskExecutionListEntry. builder()TaskExecutionListEntry.BuilderTaskExecutionListEntry.Builder. status(String status)The status of a task execution.TaskExecutionListEntry.BuilderTaskExecutionListEntry.Builder. status(TaskExecutionStatus status)The status of a task execution.TaskExecutionListEntry.BuilderTaskExecutionListEntry.Builder. taskExecutionArn(String taskExecutionArn)The Amazon Resource Name (ARN) of a task execution.TaskExecutionListEntry.BuilderTaskExecutionListEntry. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type TaskExecutionListEntry.Builder Modifier and Type Method Description static Class<? extends TaskExecutionListEntry.Builder>TaskExecutionListEntry. serializableBuilderClass()
-