public static interface PostCommentReplyRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<PostCommentReplyRequest.Builder,PostCommentReplyRequest>
| Modifier and Type | Method and Description |
|---|---|
PostCommentReplyRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
PostCommentReplyRequest.Builder |
content(String content)
The contents of your reply to a comment.
|
PostCommentReplyRequest.Builder |
inReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply.
|
PostCommentReplyRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PostCommentReplyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPostCommentReplyRequest.Builder inReplyTo(String inReplyTo)
The system-generated ID of the comment to which you want to reply. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
inReplyTo - The system-generated ID of the comment to which you want to reply. To get this ID, use
GetCommentsForComparedCommit or GetCommentsForPullRequest.PostCommentReplyRequest.Builder clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
clientRequestToken - A unique, client-generated idempotency token that, when provided in a request, ensures the request
cannot be repeated with a changed parameter. If a request is received with the same parameters and a
token is included, the request returns information about the initial request that used that token.PostCommentReplyRequest.Builder content(String content)
The contents of your reply to a comment.
content - The contents of your reply to a comment.PostCommentReplyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPostCommentReplyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.