public static interface UpdatePullRequestTitleResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<UpdatePullRequestTitleResponse.Builder,UpdatePullRequestTitleResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePullRequestTitleResponse.Builder |
pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the updated pull request.
|
UpdatePullRequestTitleResponse.Builder |
pullRequest(PullRequest pullRequest)
Information about the updated pull request.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdatePullRequestTitleResponse.Builder pullRequest(PullRequest pullRequest)
Information about the updated pull request.
pullRequest - Information about the updated pull request.default UpdatePullRequestTitleResponse.Builder pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the updated pull request.
This is a convenience that creates an instance of thePullRequest.Builder avoiding the need to create
one manually via PullRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to pullRequest(PullRequest).pullRequest - a consumer that will call methods on PullRequest.BuilderpullRequest(PullRequest)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.