public static interface CreatePullRequestRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<CreatePullRequestRequest.Builder,CreatePullRequestRequest>
| Modifier and Type | Method and Description |
|---|---|
CreatePullRequestRequest.Builder |
clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
CreatePullRequestRequest.Builder |
description(String description)
A description of the pull request.
|
CreatePullRequestRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePullRequestRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePullRequestRequest.Builder |
targets(Collection<Target> targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is
closed (the destination branch).
|
CreatePullRequestRequest.Builder |
targets(Consumer<Target.Builder>... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is
closed (the destination branch).
|
CreatePullRequestRequest.Builder |
targets(Target... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is
closed (the destination branch).
|
CreatePullRequestRequest.Builder |
title(String title)
The title of the pull request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePullRequestRequest.Builder title(String title)
The title of the pull request. This title is used to identify the pull request to other users in the repository.
title - The title of the pull request. This title is used to identify the pull request to other users in the
repository.CreatePullRequestRequest.Builder description(String description)
A description of the pull request.
description - A description of the pull request.CreatePullRequestRequest.Builder targets(Collection<Target> targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the destination where the creator of the pull request intends the code to be merged after the pull request is closed (the destination branch).
targets - The targets for the pull request, including the source of the code to be reviewed (the source branch)
and the destination where the creator of the pull request intends the code to be merged after the pull
request is closed (the destination branch).CreatePullRequestRequest.Builder targets(Target... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the destination where the creator of the pull request intends the code to be merged after the pull request is closed (the destination branch).
targets - The targets for the pull request, including the source of the code to be reviewed (the source branch)
and the destination where the creator of the pull request intends the code to be merged after the pull
request is closed (the destination branch).CreatePullRequestRequest.Builder targets(Consumer<Target.Builder>... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the destination where the creator of the pull request intends the code to be merged after the pull request is closed (the destination branch).
This is a convenience method that creates an instance of theTarget.Builder avoiding the need to create one
manually via Target.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #targets(List.
targets - a consumer that will call methods on
Target.Builder#targets(java.util.Collection) CreatePullRequestRequest.Builder clientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be repeated with a changed parameter. If a request is received with the same parameters and a token is included, the request returns information about the initial request that used that token.
The Amazon Web ServicesSDKs prepopulate client request tokens. If you are using an Amazon Web ServicesSDK, an idempotency token is created for you.
clientRequestToken - A unique, client-generated idempotency token that, when provided in a request, ensures the request
cannot be repeated with a changed parameter. If a request is received with the same parameters and a
token is included, the request returns information about the initial request that used that token.
The Amazon Web ServicesSDKs prepopulate client request tokens. If you are using an Amazon Web ServicesSDK, an idempotency token is created for you.
CreatePullRequestRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePullRequestRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.