public static interface ListAssociationVersionsRequest.Builder extends SsmRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssociationVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssociationVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.