public static interface PostCommentReplyRequest.Builder extends CodeCommitRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
PostCommentReplyRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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 will return 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 will return 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.PostCommentReplyRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.