public static interface ListDocumentVersionsRequest.Builder extends software.amazon.awssdk.utils.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.
|
copyapply, 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.)Copyright © 2017. All rights reserved.