Class ListPipelineExecutionsRequest

    • Method Detail

      • pipelineName

        public final String pipelineName()

        The name of the pipeline for which you want to get execution summary information.

        Returns:
        The name of the pipeline for which you want to get execution summary information.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.

        Returns:
        The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
      • filter

        public final PipelineExecutionFilter filter()

        The pipeline execution to filter on.

        Returns:
        The pipeline execution to filter on.
      • nextToken

        public final String nextToken()

        The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.

        Returns:
        The token that was returned from the previous ListPipelineExecutions call, which can be used to return the next set of pipeline executions in the list.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object