CopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
, SdkBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
public static interface DeleteCommentRequest.Builder extends CopyableBuilder<DeleteCommentRequest.Builder,DeleteCommentRequest>
Modifier and Type | Method | 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 |
versionId(String versionId) |
The ID of the document version.
|
copy
apply, build
DeleteCommentRequest.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.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.