| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline.model |
| Modifier and Type | Method and Description |
|---|---|
TaskObject.Builder |
TaskObject.Builder.attemptId(String attemptId)
The ID of the pipeline task attempt object.
|
static TaskObject.Builder |
TaskObject.builder() |
TaskObject.Builder |
TaskObject.Builder.objects(Map<String,PipelineObject> objects)
Connection information for the location where the task runner will publish the output of the task.
|
TaskObject.Builder |
TaskObject.Builder.pipelineId(String pipelineId)
The ID of the pipeline that provided the task.
|
TaskObject.Builder |
TaskObject.Builder.taskId(String taskId)
An internal identifier for the task.
|
TaskObject.Builder |
TaskObject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TaskObject.Builder> |
TaskObject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PollForTaskResponse.Builder |
PollForTaskResponse.Builder.taskObject(Consumer<TaskObject.Builder> taskObject)
The information needed to complete the task that is being assigned to the task runner.
|
Copyright © 2022. All rights reserved.