Interface ListPipelinesResponse.Builder

    • Method Detail

      • pipelineSummaries

        ListPipelinesResponse.Builder pipelineSummaries​(Collection<PipelineSummary> pipelineSummaries)

        Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.

        Parameters:
        pipelineSummaries - Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineSummaries

        ListPipelinesResponse.Builder pipelineSummaries​(PipelineSummary... pipelineSummaries)

        Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.

        Parameters:
        pipelineSummaries - Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineSummaries

        ListPipelinesResponse.Builder pipelineSummaries​(Consumer<PipelineSummary.Builder>... pipelineSummaries)

        Contains a sorted list of PipelineSummary objects matching the specified filters. Each PipelineSummary consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty.

        This is a convenience method that creates an instance of the PipelineSummary.Builder avoiding the need to create one manually via PipelineSummary.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to #pipelineSummaries(List).

        Parameters:
        pipelineSummaries - a consumer that will call methods on PipelineSummary.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #pipelineSummaries(java.util.Collection)
      • nextToken

        ListPipelinesResponse.Builder nextToken​(String nextToken)

        If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListPipelines request was truncated, the response includes a NextToken. To retrieve the next set of pipelines, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.