public static interface UpdatePullRequestDescriptionRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestDescriptionRequest.Builder,UpdatePullRequestDescriptionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestDescriptionRequest.Builder |
description(String description)
The updated content of the description for the pull request.
|
UpdatePullRequestDescriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePullRequestDescriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePullRequestDescriptionRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePullRequestDescriptionRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.UpdatePullRequestDescriptionRequest.Builder description(String description)
The updated content of the description for the pull request. This content replaces the existing description.
description - The updated content of the description for the pull request. This content replaces the existing
description.UpdatePullRequestDescriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePullRequestDescriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.