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) |
DeleteCommentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteCommentRequest.Builder |
versionId(String versionId)
The ID of the document version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCommentRequest.Builder authenticationToken(String authenticationToken)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
authenticationToken - Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator
credentials to access the API.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)
overrideConfiguration in interface AwsRequest.BuilderDeleteCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.