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 method that creates an instance of theAssociationSummary.Builder avoiding the need to
create one manually via AssociationSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #associationSummaries(List.
associationSummaries - a consumer that will call methods on
AssociationSummary.Builder#associationSummaries(java.util.Collection) 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 © 2022. All rights reserved.