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 information about the merge.
|
MergePullRequestByFastForwardResponse.Builder |
pullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
MergePullRequestByFastForwardResponse.Builder pullRequest(PullRequest pullRequest)
Information about the specified pull request, including information about the merge.
pullRequest
- Information about the specified pull request, including information about the merge.default MergePullRequestByFastForwardResponse.Builder pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the specified pull request, including information about 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.Builder
pullRequest(PullRequest)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.