Interface LatestInPipelineExecutionFilter.Builder

    • Method Detail

      • pipelineExecutionId

        LatestInPipelineExecutionFilter.Builder pipelineExecutionId​(String pipelineExecutionId)

        The execution ID for the latest execution in the pipeline.

        Parameters:
        pipelineExecutionId - The execution ID for the latest execution in the pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTimeRange

        LatestInPipelineExecutionFilter.Builder startTimeRange​(String startTimeRange)

        The start time to filter on for the latest execution in the pipeline. Valid options:

        • All

        • Latest

        Parameters:
        startTimeRange - The start time to filter on for the latest execution in the pipeline. Valid options:

        • All

        • Latest

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StartTimeRange, StartTimeRange
      • startTimeRange

        LatestInPipelineExecutionFilter.Builder startTimeRange​(StartTimeRange startTimeRange)

        The start time to filter on for the latest execution in the pipeline. Valid options:

        • All

        • Latest

        Parameters:
        startTimeRange - The start time to filter on for the latest execution in the pipeline. Valid options:

        • All

        • Latest

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StartTimeRange, StartTimeRange