Interface TaskObject.Builder

    • Method Detail

      • pipelineId

        TaskObject.Builder pipelineId​(String pipelineId)

        The ID of the pipeline that provided the task.

        Parameters:
        pipelineId - The ID of the pipeline that provided the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • attemptId

        TaskObject.Builder attemptId​(String attemptId)

        The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

        Parameters:
        attemptId - The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • objects

        TaskObject.Builder objects​(Map<String,​PipelineObject> objects)

        Connection information for the location where the task runner will publish the output of the task.

        Parameters:
        objects - Connection information for the location where the task runner will publish the output of the task.
        Returns:
        Returns a reference to this object so that method calls can be chained together.