Interface ListPipelineVersionsRequest.Builder

  • Method Details

    • pipelineName

      ListPipelineVersionsRequest.Builder pipelineName(String pipelineName)

      The Amazon Resource Name (ARN) of the pipeline.

      Parameters:
      pipelineName - The Amazon Resource Name (ARN) of the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAfter

      ListPipelineVersionsRequest.Builder createdAfter(Instant createdAfter)

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

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

      ListPipelineVersionsRequest.Builder createdBefore(Instant createdBefore)

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

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

      The sort order for the results.

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

      The sort order for the results.

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

      If the result of the previous ListPipelineVersions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline versions, use this token in your next request.

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

      The maximum number of pipeline versions to return in the response.

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

      ListPipelineVersionsRequest.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.