public static interface ListAssociationsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse.Builder |
associationSummaries(AssociationSummary... associationSummaries)
A list of associations and their properties.
|
ListAssociationsResponse.Builder |
associationSummaries(Collection<AssociationSummary> associationSummaries)
A list of associations and their properties.
|
ListAssociationsResponse.Builder |
associationSummaries(Consumer<AssociationSummary.Builder>... associationSummaries)
A list of associations and their properties.
|
ListAssociationsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of associations, if there are any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociationsResponse.Builder associationSummaries(Collection<AssociationSummary> associationSummaries)
A list of associations and their properties.
associationSummaries - A list of associations and their properties.ListAssociationsResponse.Builder associationSummaries(AssociationSummary... associationSummaries)
A list of associations and their properties.
associationSummaries - A list of associations and their properties.ListAssociationsResponse.Builder associationSummaries(Consumer<AssociationSummary.Builder>... associationSummaries)
A list of associations and their properties.
This is a convenience 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 #associationSummaries(List) .associationSummaries - a consumer that will call methods on List.Builder #associationSummaries(List) ListAssociationsResponse.Builder nextToken(String nextToken)
A token for getting the next set of associations, if there are any.
nextToken - A token for getting the next set of associations, if there are any.Copyright © 2020. All rights reserved.