public static interface ListAssociationVersionsResponse.Builder extends SSMResponse.Builder, CopyableBuilder<ListAssociationVersionsResponse.Builder,ListAssociationVersionsResponse>
Modifier and Type | Method and Description |
---|---|
ListAssociationVersionsResponse.Builder |
associationVersions(AssociationVersionInfo... associationVersions)
Information about all versions of the association for the specified association ID.
|
ListAssociationVersionsResponse.Builder |
associationVersions(Collection<AssociationVersionInfo> associationVersions)
Information about all versions of the association for the specified association ID.
|
ListAssociationVersionsResponse.Builder |
associationVersions(Consumer<AssociationVersionInfo.Builder>... associationVersions)
Information about all versions of the association for the specified association ID.
|
ListAssociationVersionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListAssociationVersionsResponse.Builder associationVersions(Collection<AssociationVersionInfo> associationVersions)
Information about all versions of the association for the specified association ID.
associationVersions
- Information about all versions of the association for the specified association ID.ListAssociationVersionsResponse.Builder associationVersions(AssociationVersionInfo... associationVersions)
Information about all versions of the association for the specified association ID.
associationVersions
- Information about all versions of the association for the specified association ID.ListAssociationVersionsResponse.Builder associationVersions(Consumer<AssociationVersionInfo.Builder>... associationVersions)
Information about all versions of the association for the specified association ID.
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 #associationVersions(List)
.associationVersions
- a consumer that will call methods on List.Builder
#associationVersions(List)
ListAssociationVersionsResponse.Builder nextToken(String nextToken)
The token for the next set of items to return. Use this token to get the next set of results.
nextToken
- The token for the next set of items to return. Use this token to get the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.