public static interface UpdatePullRequestStatusResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<UpdatePullRequestStatusResponse.Builder,UpdatePullRequestStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePullRequestStatusResponse.Builder |
pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the pull request.
|
UpdatePullRequestStatusResponse.Builder |
pullRequest(PullRequest pullRequest)
Information about the pull request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePullRequestStatusResponse.Builder pullRequest(PullRequest pullRequest)
Information about the pull request.
pullRequest - Information about the pull request.default UpdatePullRequestStatusResponse.Builder pullRequest(Consumer<PullRequest.Builder> pullRequest)
Information about the pull request.
This is a convenience method 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 © 2023. All rights reserved.