Interface PostCommentReplyResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<PostCommentReplyResponse.Builder,,PostCommentReplyResponse> SdkBuilder<PostCommentReplyResponse.Builder,,PostCommentReplyResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 PostCommentReplyResponse
public static interface PostCommentReplyResponse.Builder
extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<PostCommentReplyResponse.Builder,PostCommentReplyResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault PostCommentReplyResponse.Buildercomment(Consumer<Comment.Builder> comment) Information about the reply to a comment.Information about the reply to a comment.Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
comment
Information about the reply to a comment.
- Parameters:
 comment- Information about the reply to a comment.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
comment
Information about the reply to a comment.
This is a convenience method that creates an instance of theComment.Builderavoiding the need to create one manually viaComment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomment(Comment).- Parameters:
 comment- a consumer that will call methods onComment.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -