public static interface MergePullRequestByFastForwardRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<MergePullRequestByFastForwardRequest.Builder,MergePullRequestByFastForwardRequest>
| Modifier and Type | Method and Description |
|---|---|
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
MergePullRequestByFastForwardRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
MergePullRequestByFastForwardRequest.Builder |
sourceCommitId(String sourceCommitId)
The full commit ID of the original or updated commit in the pull request source branch.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.MergePullRequestByFastForwardRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.