public static interface UpdateDocumentVersionRequest.Builder extends WorkDocsRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateDocumentVersionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig
copy
apply, build
UpdateDocumentVersionRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. Do not set this field when using administrative API actions, as
in accessing the API using AWS credentials.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
,
DocumentVersionStatus
UpdateDocumentVersionRequest.Builder versionStatus(DocumentVersionStatus versionStatus)
The status of the version.
versionStatus
- The status of the version.DocumentVersionStatus
,
DocumentVersionStatus
UpdateDocumentVersionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateDocumentVersionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.