Interface ListPipelinesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>, SageMakerRequest.Builder, SdkBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListPipelinesRequest

public static interface ListPipelinesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
  • Method Details

    • pipelineNamePrefix

      ListPipelinesRequest.Builder pipelineNamePrefix(String pipelineNamePrefix)

      The prefix of the pipeline name.

      Parameters:
      pipelineNamePrefix - The prefix of the pipeline name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAfter

      ListPipelinesRequest.Builder createdAfter(Instant createdAfter)

      A filter that returns the pipelines that were created after a specified time.

      Parameters:
      createdAfter - A filter that returns the pipelines that were created after a specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdBefore

      ListPipelinesRequest.Builder createdBefore(Instant createdBefore)

      A filter that returns the pipelines that were created before a specified time.

      Parameters:
      createdBefore - A filter that returns the pipelines that were created before a specified time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sortBy

      The field by which to sort results. The default is CreatedTime.

      Parameters:
      sortBy - The field by which to sort results. The default is CreatedTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortBy

      The field by which to sort results. The default is CreatedTime.

      Parameters:
      sortBy - The field by which to sort results. The default is CreatedTime.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      ListPipelinesRequest.Builder sortOrder(String sortOrder)

      The sort order for results.

      Parameters:
      sortOrder - The sort order for results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sortOrder

      The sort order for results.

      Parameters:
      sortOrder - The sort order for results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      ListPipelinesRequest.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.
    • maxResults

      ListPipelinesRequest.Builder maxResults(Integer maxResults)

      The maximum number of pipelines to return in the response.

      Parameters:
      maxResults - The maximum number of pipelines to return in the response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ListPipelinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.