public static interface DescribeDocumentVersionsRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDocumentVersionsRequest.Builder,DescribeDocumentVersionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDocumentVersionsRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.DescribeDocumentVersionsRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.DescribeDocumentVersionsRequest.Builder marker(String marker)
The marker for the next set of results. (You received this marker from a previous call.)
marker - The marker for the next set of results. (You received this marker from a previous call.)DescribeDocumentVersionsRequest.Builder limit(Integer limit)
The maximum number of versions to return with this call.
limit - The maximum number of versions to return with this call.DescribeDocumentVersionsRequest.Builder include(String include)
A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.
include - A comma-separated list of values. Specify "INITIALIZED" to include incomplete versions.DescribeDocumentVersionsRequest.Builder fields(String fields)
Specify "SOURCE" to include initialized versions and a URL for the source document.
fields - Specify "SOURCE" to include initialized versions and a URL for the source document.DescribeDocumentVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeDocumentVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.