CopyableBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>
, SdkBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>
public static interface ListDocumentVersionsRequest.Builder extends CopyableBuilder<ListDocumentVersionsRequest.Builder,ListDocumentVersionsRequest>
Modifier and Type | Method | 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.
|
copy
apply, build
ListDocumentVersionsRequest.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 Amazon Web Services, Inc. All Rights Reserved.