public static interface ListLineageGroupsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListLineageGroupsResponse.Builder,ListLineageGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLineageGroupsResponse.Builder |
lineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
|
ListLineageGroupsResponse.Builder |
lineageGroupSummaries(Consumer<LineageGroupSummary.Builder>... lineageGroupSummaries)
A list of lineage groups and their properties.
|
ListLineageGroupsResponse.Builder |
lineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)
A list of lineage groups and their properties.
|
ListLineageGroupsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, SageMaker returns this token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLineageGroupsResponse.Builder lineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
lineageGroupSummaries - A list of lineage groups and their properties.ListLineageGroupsResponse.Builder lineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)
A list of lineage groups and their properties.
lineageGroupSummaries - A list of lineage groups and their properties.ListLineageGroupsResponse.Builder lineageGroupSummaries(Consumer<LineageGroupSummary.Builder>... lineageGroupSummaries)
A list of lineage groups and their properties.
This is a convenience method that creates an instance of theLineageGroupSummary.Builder avoiding the need to
create one manually via LineageGroupSummary.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #lineageGroupSummaries(List.
lineageGroupSummaries - a consumer that will call methods on
LineageGroupSummary.Builder#lineageGroupSummaries(java.util.Collection) ListLineageGroupsResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.
nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms,
use it in the subsequent request.Copyright © 2023. All rights reserved.