public static interface ListAssociationVersionsRequest.Builder extends SSMRequest.Builder, CopyableBuilder<ListAssociationVersionsRequest.Builder,ListAssociationVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssociationVersionsRequest.Builder |
associationId(String associationId)
The association ID for which you want to view all versions.
|
ListAssociationVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListAssociationVersionsRequest.Builder |
nextToken(String nextToken)
A token to start the list.
|
ListAssociationVersionsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListAssociationVersionsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListAssociationVersionsRequest.Builder associationId(String associationId)
The association ID for which you want to view all versions.
associationId - The association ID for which you want to view all versions.ListAssociationVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results.ListAssociationVersionsRequest.Builder nextToken(String nextToken)
A token to start the list. Use this token to get the next set of results.
nextToken - A token to start the list. Use this token to get the next set of results.ListAssociationVersionsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListAssociationVersionsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.