public static interface UpdateDocumentVersionRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDocumentVersionRequest.Builder,UpdateDocumentVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentVersionRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
UpdateDocumentVersionRequest.Builder |
documentId(String documentId)
The ID of the document.
|
UpdateDocumentVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDocumentVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDocumentVersionRequest.Builder |
versionId(String versionId)
The version ID of the document.
|
UpdateDocumentVersionRequest.Builder |
versionStatus(DocumentVersionStatus versionStatus)
The status of the version.
|
UpdateDocumentVersionRequest.Builder |
versionStatus(String versionStatus)
The status of the version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDocumentVersionRequest.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.UpdateDocumentVersionRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.UpdateDocumentVersionRequest.Builder versionId(String versionId)
The version ID of the document.
versionId - The version ID of the document.UpdateDocumentVersionRequest.Builder versionStatus(String versionStatus)
The status of the version.
versionStatus - The status of the version.DocumentVersionStatus,
DocumentVersionStatusUpdateDocumentVersionRequest.Builder versionStatus(DocumentVersionStatus versionStatus)
The status of the version.
versionStatus - The status of the version.DocumentVersionStatus,
DocumentVersionStatusUpdateDocumentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDocumentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.