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)
Add an optional request override configuration.
|
UpdateDocumentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateDocumentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.