Interface UpdatePullRequestDescriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<UpdatePullRequestDescriptionRequest.Builder,UpdatePullRequestDescriptionRequest>,SdkBuilder<UpdatePullRequestDescriptionRequest.Builder,UpdatePullRequestDescriptionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdatePullRequestDescriptionRequest
public static interface UpdatePullRequestDescriptionRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestDescriptionRequest.Builder,UpdatePullRequestDescriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatePullRequestDescriptionRequest.Builderdescription(String description)The updated content of the description for the pull request.UpdatePullRequestDescriptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePullRequestDescriptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePullRequestDescriptionRequest.BuilderpullRequestId(String pullRequestId)The system-generated ID of the pull request.-
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, sdkFields
-
-
-
-
Method Detail
-
pullRequestId
UpdatePullRequestDescriptionRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
- Parameters:
pullRequestId- The system-generated ID of the pull request. To get this ID, use ListPullRequests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdatePullRequestDescriptionRequest.Builder description(String description)
The updated content of the description for the pull request. This content replaces the existing description.
- Parameters:
description- The updated content of the description for the pull request. This content replaces the existing description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdatePullRequestDescriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdatePullRequestDescriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-