CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
, SdkBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
public static interface UpdateDocumentRequest.Builder extends CopyableBuilder<UpdateDocumentRequest.Builder,UpdateDocumentRequest>
Modifier and Type | Method | 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 |
resourceState(String resourceState) |
The resource state of the document.
|
UpdateDocumentRequest.Builder |
resourceState(ResourceStateType resourceState) |
The resource state of the document.
|
copy
apply, build
UpdateDocumentRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. This field should not be set when using administrative API actions, as in accessing the API using AWS credentials.
authenticationToken
- Amazon WorkDocs authentication token. This field should not be set 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. Note that only ACTIVE and RECYCLED are supported.
resourceState
- The resource state of the document. Note that only ACTIVE and RECYCLED are supported.ResourceStateType
UpdateDocumentRequest.Builder resourceState(ResourceStateType resourceState)
The resource state of the document. Note that only ACTIVE and RECYCLED are supported.
resourceState
- The resource state of the document. Note that only ACTIVE and RECYCLED are supported.ResourceStateType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.