public static interface DeleteDocumentVersionRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DeleteDocumentVersionRequest.Builder,DeleteDocumentVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDocumentVersionRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DeleteDocumentVersionRequest.Builder |
deletePriorVersions(Boolean deletePriorVersions)
Deletes all versions of a document prior to the current version.
|
DeleteDocumentVersionRequest.Builder |
documentId(String documentId)
The ID of the document associated with the version being deleted.
|
DeleteDocumentVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteDocumentVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteDocumentVersionRequest.Builder |
versionId(String versionId)
The ID of the version being deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDocumentVersionRequest.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.DeleteDocumentVersionRequest.Builder documentId(String documentId)
The ID of the document associated with the version being deleted.
documentId - The ID of the document associated with the version being deleted.DeleteDocumentVersionRequest.Builder versionId(String versionId)
The ID of the version being deleted.
versionId - The ID of the version being deleted.DeleteDocumentVersionRequest.Builder deletePriorVersions(Boolean deletePriorVersions)
Deletes all versions of a document prior to the current version.
deletePriorVersions - Deletes all versions of a document prior to the current version.DeleteDocumentVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteDocumentVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.