public static interface MergePullRequestByFastForwardRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<MergePullRequestByFastForwardRequest.Builder,MergePullRequestByFastForwardRequest>
| Modifier and Type | Method and Description |
|---|---|
MergePullRequestByFastForwardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
MergePullRequestByFastForwardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
MergePullRequestByFastForwardRequest.Builder |
pullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
MergePullRequestByFastForwardRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
MergePullRequestByFastForwardRequest.Builder |
sourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildMergePullRequestByFastForwardRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
pullRequestId - The system-generated ID of the pull request. To get this ID, use ListPullRequests.MergePullRequestByFastForwardRequest.Builder repositoryName(String repositoryName)
The name of the repository where the pull request was created.
repositoryName - The name of the repository where the pull request was created.MergePullRequestByFastForwardRequest.Builder sourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch. Pass this value if you want an exception thrown if the current commit ID of the tip of the source branch does not match this commit ID.
sourceCommitId - The full commit ID of the original or updated commit in the pull request source branch. Pass this
value if you want an exception thrown if the current commit ID of the tip of the source branch does
not match this commit ID.MergePullRequestByFastForwardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderMergePullRequestByFastForwardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.