public static interface UpdateDocumentRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateDocumentRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
UpdateDocumentRequest.Builder |
documentId(String documentId)
The ID of the document.
|
UpdateDocumentRequest.Builder |
name(String name)
The name of the document.
|
UpdateDocumentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateDocumentRequest.Builder |
parentFolderId(String parentFolderId)
The ID of the parent folder.
|
UpdateDocumentRequest.Builder |
resourceState(ResourceStateType resourceState)
The resource state of the document.
|
UpdateDocumentRequest.Builder |
resourceState(String resourceState)
The resource state of the document.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDocumentRequest.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.UpdateDocumentRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.UpdateDocumentRequest.Builder name(String name)
The name of the document.
name - The name of the document.UpdateDocumentRequest.Builder parentFolderId(String parentFolderId)
The ID of the parent folder.
parentFolderId - The ID of the parent folder.UpdateDocumentRequest.Builder resourceState(String resourceState)
The resource state of the document. Only ACTIVE and RECYCLED are supported.
resourceState - The resource state of the document. Only ACTIVE and RECYCLED are supported.ResourceStateType,
ResourceStateTypeUpdateDocumentRequest.Builder resourceState(ResourceStateType resourceState)
The resource state of the document. Only ACTIVE and RECYCLED are supported.
resourceState - The resource state of the document. Only ACTIVE and RECYCLED are supported.ResourceStateType,
ResourceStateTypeUpdateDocumentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.