Interface ListPipelineVersionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPipelineVersionsResponse.Builder,,ListPipelineVersionsResponse> SageMakerResponse.Builder,SdkBuilder<ListPipelineVersionsResponse.Builder,,ListPipelineVersionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListPipelineVersionsResponse
-
Method Summary
Modifier and TypeMethodDescriptionIf the result of the previousListPipelineVersionsrequest was truncated, the response includes aNextToken.pipelineVersionSummaries(Collection<PipelineVersionSummary> pipelineVersionSummaries) Contains a sorted list of pipeline version summary objects matching the specified filters.pipelineVersionSummaries(Consumer<PipelineVersionSummary.Builder>... pipelineVersionSummaries) Contains a sorted list of pipeline version summary objects matching the specified filters.pipelineVersionSummaries(PipelineVersionSummary... pipelineVersionSummaries) Contains a sorted list of pipeline version summary objects matching the specified filters.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
pipelineVersionSummaries
ListPipelineVersionsResponse.Builder pipelineVersionSummaries(Collection<PipelineVersionSummary> pipelineVersionSummaries) Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.
- Parameters:
pipelineVersionSummaries- Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineVersionSummaries
ListPipelineVersionsResponse.Builder pipelineVersionSummaries(PipelineVersionSummary... pipelineVersionSummaries) Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.
- Parameters:
pipelineVersionSummaries- Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pipelineVersionSummaries
ListPipelineVersionsResponse.Builder pipelineVersionSummaries(Consumer<PipelineVersionSummary.Builder>... pipelineVersionSummaries) Contains a sorted list of pipeline version summary objects matching the specified filters. Each version summary includes the pipeline version ID, the creation date, and the last pipeline execution created from that version. This list can be empty.
This is a convenience method that creates an instance of thePipelineVersionSummary.Builderavoiding the need to create one manually viaPipelineVersionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topipelineVersionSummaries(List<PipelineVersionSummary>).- Parameters:
pipelineVersionSummaries- a consumer that will call methods onPipelineVersionSummary.Builder- 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.
-