public static interface ListDocumentVersionsRequest.Builder extends SsmRequest.Builder, CopyableBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDocumentVersionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items to return for this call.
|
ListDocumentVersionsRequest.Builder |
name(String name)
The name of the document about which you want version information.
|
ListDocumentVersionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of items to return.
|
ListDocumentVersionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListDocumentVersionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListDocumentVersionsRequest.Builder name(String name)
The name of the document about which you want version information.
name - The name of the document about which you want version information.ListDocumentVersionsRequest.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.ListDocumentVersionsRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)ListDocumentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListDocumentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.