Interface ListLineageGroupsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLineageGroupsResponse.Builder,ListLineageGroupsResponse>,SageMakerResponse.Builder,SdkBuilder<ListLineageGroupsResponse.Builder,ListLineageGroupsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLineageGroupsResponse
public static interface ListLineageGroupsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListLineageGroupsResponse.Builder,ListLineageGroupsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLineageGroupsResponse.BuilderlineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)A list of lineage groups and their properties.ListLineageGroupsResponse.BuilderlineageGroupSummaries(Consumer<LineageGroupSummary.Builder>... lineageGroupSummaries)A list of lineage groups and their properties.ListLineageGroupsResponse.BuilderlineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)A list of lineage groups and their properties.ListLineageGroupsResponse.BuildernextToken(String nextToken)If the response is truncated, SageMaker returns this token.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
lineageGroupSummaries
ListLineageGroupsResponse.Builder lineageGroupSummaries(Collection<LineageGroupSummary> lineageGroupSummaries)
A list of lineage groups and their properties.
- Parameters:
lineageGroupSummaries- A list of lineage groups and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageGroupSummaries
ListLineageGroupsResponse.Builder lineageGroupSummaries(LineageGroupSummary... lineageGroupSummaries)
A list of lineage groups and their properties.
- Parameters:
lineageGroupSummaries- A list of lineage groups and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineageGroupSummaries
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.Builderavoiding the need to create one manually viaLineageGroupSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lineageGroupSummaries(List.) - Parameters:
lineageGroupSummaries- a consumer that will call methods onLineageGroupSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#lineageGroupSummaries(java.util.Collection)
-
nextToken
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.
- Parameters:
nextToken- If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-