public static interface DeleteDocumentRequest.Builder extends WorkDocsRequest.Builder, CopyableBuilder<DeleteDocumentRequest.Builder,DeleteDocumentRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteDocumentRequest.Builder |
authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token.
|
DeleteDocumentRequest.Builder |
documentId(String documentId)
The ID of the document.
|
DeleteDocumentRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteDocumentRequest.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.DeleteDocumentRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.DeleteDocumentRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.