public static interface ListAssociationsResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<ListAssociationsResponse.Builder,ListAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAssociationsResponse.Builder |
associations(Association... associations)
The associations.
|
ListAssociationsResponse.Builder |
associations(Collection<Association> associations)
The associations.
|
ListAssociationsResponse.Builder |
associations(Consumer<Association.Builder>... associations)
The associations.
|
ListAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssociationsResponse.Builder associations(Collection<Association> associations)
The associations.
associations - The associations.ListAssociationsResponse.Builder associations(Association... associations)
The associations.
associations - The associations.ListAssociationsResponse.Builder associations(Consumer<Association.Builder>... associations)
The associations.
This is a convenience method that creates an instance of theAssociation.Builder avoiding the need to create one
manually via Association.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #associations(List.
associations - a consumer that will call methods on
Association.Builder#associations(java.util.Collection) ListAssociationsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2023. All rights reserved.