public static interface MergePullRequestByFastForwardRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<MergePullRequestByFastForwardRequest.Builder,MergePullRequestByFastForwardRequest>
Modifier and Type | Method and Description |
---|---|
MergePullRequestByFastForwardRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
MergePullRequestByFastForwardRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
MergePullRequestByFastForwardRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.MergePullRequestByFastForwardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.