public static interface MergePullRequestByFastForwardResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<MergePullRequestByFastForwardResponse.Builder,MergePullRequestByFastForwardResponse>
| Modifier and Type | Method and Description |
|---|---|
default MergePullRequestByFastForwardResponse.Builder |
pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the specified pull request, including the merge.
|
MergePullRequestByFastForwardResponse.Builder |
pullRequest(PullRequest pullRequest)
Information about the specified pull request, including the merge.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildMergePullRequestByFastForwardResponse.Builder pullRequest(PullRequest pullRequest)
Information about the specified pull request, including the merge.
pullRequest - Information about the specified pull request, including the merge.default MergePullRequestByFastForwardResponse.Builder pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the specified pull request, including the merge.
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 © 2020. All rights reserved.