Interface ListPipelineVersionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListPipelineVersionsRequest.Builder,,ListPipelineVersionsRequest> SageMakerRequest.Builder,SdkBuilder<ListPipelineVersionsRequest.Builder,,ListPipelineVersionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListPipelineVersionsRequest
@Mutable
@NotThreadSafe
public static interface ListPipelineVersionsRequest.Builder
extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineVersionsRequest.Builder,ListPipelineVersionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter(Instant createdAfter) A filter that returns the pipeline versions that were created after a specified time.createdBefore(Instant createdBefore) A filter that returns the pipeline versions that were created before a specified time.maxResults(Integer maxResults) The maximum number of pipeline versions to return in the response.If the result of the previousListPipelineVersionsrequest was truncated, the response includes aNextToken.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.pipelineName(String pipelineName) The Amazon Resource Name (ARN) of the pipeline.The sort order for the results.The sort order for the results.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
ListPipelineVersionsrequest was truncated, the response includes aNextToken. To retrieve the next set of pipeline versions, use this token in your next request.- Parameters:
nextToken- If the result of the previousListPipelineVersionsrequest was truncated, the response includes aNextToken. 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListPipelineVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-