public static interface ListAssociationsResponse.Builder extends SSMResponse.Builder, 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 |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
buildcopyapply, buildListAssociationsResponse.Builder associations(Collection<Association> associations)
The associations.
associations - The associations.ListAssociationsResponse.Builder associations(Association... associations)
The associations.
associations - The associations.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.