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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #lineageGroupSummaries(List) .lineageGroupSummaries - a consumer that will call methods on List.Builder #lineageGroupSummaries(List) 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 © 2022. All rights reserved.