public static interface UpdatePullRequestTitleRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestTitleRequest.Builder,UpdatePullRequestTitleRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestTitleRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePullRequestTitleRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdatePullRequestTitleRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
UpdatePullRequestTitleRequest.Builder |
title(String title)
The updated title of the pull request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePullRequestTitleRequest.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.UpdatePullRequestTitleRequest.Builder title(String title)
The updated title of the pull request. This replaces the existing title.
title - The updated title of the pull request. This replaces the existing title.UpdatePullRequestTitleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePullRequestTitleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.