public static interface UpdateDocumentRequest.Builder extends WorkDocsRequest.Builder, 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 |
parentFolderId(String parentFolderId)
The ID of the parent folder.
|
UpdateDocumentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateDocumentRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateDocumentRequest.Builder |
resourceState(ResourceStateType resourceState)
The resource state of the document.
|
UpdateDocumentRequest.Builder |
resourceState(String resourceState)
The resource state of the document.
|
buildrequestOverrideConfigcopyapply, buildUpdateDocumentRequest.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.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateDocumentRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.