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 previousListPipelineVersions
request 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
copy
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaPipelineVersionSummary.builder()
.When the
Consumer
completes,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
ListPipelineVersions
request 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 previousListPipelineVersions
request 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.
-