static CreatePullRequestRequest.Builder |
CreatePullRequestRequest.builder() |
|
CreatePullRequestRequest.Builder |
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 |
CreatePullRequestRequest.Builder.description(String description) |
A description of the pull request.
|
CreatePullRequestRequest.Builder |
CreatePullRequestRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreatePullRequestRequest.Builder |
CreatePullRequestRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreatePullRequestRequest.Builder |
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 |
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 |
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 |
CreatePullRequestRequest.Builder.title(String title) |
The title of the pull request.
|
CreatePullRequestRequest.Builder |
CreatePullRequestRequest.toBuilder() |
|