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)
Add an optional request override configuration.
|
UpdatePullRequestDescriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdatePullRequestDescriptionRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
buildoverrideConfigurationcopyapplyMutation, 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 will replace the existing description.
description - The updated content of the description for the pull request. This content will replace the existing
description.UpdatePullRequestDescriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdatePullRequestDescriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.