public static interface DeleteCommentRequest.Builder extends WorkDocsRequest.Builder, SdkPojo, CopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
| Modifier and Type | Method and Description | 
|---|---|
DeleteCommentRequest.Builder | 
authenticationToken(String authenticationToken)
 Amazon WorkDocs authentication token. 
 | 
DeleteCommentRequest.Builder | 
commentId(String commentId)
 The ID of the comment. 
 | 
DeleteCommentRequest.Builder | 
documentId(String documentId)
 The ID of the document. 
 | 
DeleteCommentRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
DeleteCommentRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
DeleteCommentRequest.Builder | 
versionId(String versionId)
 The ID of the document version. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildDeleteCommentRequest.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.DeleteCommentRequest.Builder documentId(String documentId)
The ID of the document.
documentId - The ID of the document.DeleteCommentRequest.Builder versionId(String versionId)
The ID of the document version.
versionId - The ID of the document version.DeleteCommentRequest.Builder commentId(String commentId)
The ID of the comment.
commentId - The ID of the comment.DeleteCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteCommentRequest.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.