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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
PostCommentReplyRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
PostCommentReplyRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.PostCommentReplyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.