Interface CreatePullRequestResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CodeCommitResponse.Builder,CopyableBuilder<CreatePullRequestResponse.Builder,,CreatePullRequestResponse> SdkBuilder<CreatePullRequestResponse.Builder,,CreatePullRequestResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreatePullRequestResponse
public static interface CreatePullRequestResponse.Builder
extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<CreatePullRequestResponse.Builder,CreatePullRequestResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionpullRequest(Consumer<PullRequest.Builder> pullRequest) Information about the newly created pull request.pullRequest(PullRequest pullRequest) Information about the newly created pull request.Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
pullRequest
Information about the newly created pull request.
- Parameters:
 pullRequest- Information about the newly created pull request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
pullRequest
Information about the newly created pull request.
This is a convenience method that creates an instance of thePullRequest.Builderavoiding the need to create one manually viaPullRequest.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topullRequest(PullRequest).- Parameters:
 pullRequest- a consumer that will call methods onPullRequest.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -