Uses of Interface
software.amazon.awssdk.services.datapipeline.model.TaskObject.Builder
-
Packages that use TaskObject.Builder Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of TaskObject.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return TaskObject.Builder Modifier and Type Method Description TaskObject.BuilderTaskObject.Builder. attemptId(String attemptId)The ID of the pipeline task attempt object.static TaskObject.BuilderTaskObject. builder()TaskObject.BuilderTaskObject.Builder. objects(Map<String,PipelineObject> objects)Connection information for the location where the task runner will publish the output of the task.TaskObject.BuilderTaskObject.Builder. pipelineId(String pipelineId)The ID of the pipeline that provided the task.TaskObject.BuilderTaskObject.Builder. taskId(String taskId)An internal identifier for the task.TaskObject.BuilderTaskObject. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type TaskObject.Builder Modifier and Type Method Description static Class<? extends TaskObject.Builder>TaskObject. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type TaskObject.Builder Modifier and Type Method Description default PollForTaskResponse.BuilderPollForTaskResponse.Builder. taskObject(Consumer<TaskObject.Builder> taskObject)The information needed to complete the task that is being assigned to the task runner.
-