Interface UpdateCommentRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<UpdateCommentRequest.Builder,UpdateCommentRequest>,SdkBuilder<UpdateCommentRequest.Builder,UpdateCommentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCommentRequest
public static interface UpdateCommentRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdateCommentRequest.Builder,UpdateCommentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCommentRequest.BuildercommentId(String commentId)The system-generated ID of the comment you want to update.UpdateCommentRequest.Buildercontent(String content)The updated content to replace the existing content of the comment.UpdateCommentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateCommentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
commentId
UpdateCommentRequest.Builder commentId(String commentId)
The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.
- Parameters:
commentId- The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
UpdateCommentRequest.Builder content(String content)
The updated content to replace the existing content of the comment.
- Parameters:
content- The updated content to replace the existing content of the comment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCommentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCommentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-