Interface MergePullRequestByFastForwardRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeCommitRequest.Builder,CopyableBuilder<MergePullRequestByFastForwardRequest.Builder,MergePullRequestByFastForwardRequest>,SdkBuilder<MergePullRequestByFastForwardRequest.Builder,MergePullRequestByFastForwardRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- MergePullRequestByFastForwardRequest
public static interface MergePullRequestByFastForwardRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<MergePullRequestByFastForwardRequest.Builder,MergePullRequestByFastForwardRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MergePullRequestByFastForwardRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)MergePullRequestByFastForwardRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)MergePullRequestByFastForwardRequest.BuilderpullRequestId(String pullRequestId)The system-generated ID of the pull request.MergePullRequestByFastForwardRequest.BuilderrepositoryName(String repositoryName)The name of the repository where the pull request was created.MergePullRequestByFastForwardRequest.BuildersourceCommitId(String sourceCommitId)The full commit ID of the original or updated commit in the pull request source branch.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codecommit.model.CodeCommitRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
pullRequestId
MergePullRequestByFastForwardRequest.Builder pullRequestId(String pullRequestId)
The system-generated ID of the pull request. To get this ID, use ListPullRequests.
- Parameters:
pullRequestId- The system-generated ID of the pull request. To get this ID, use ListPullRequests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
MergePullRequestByFastForwardRequest.Builder repositoryName(String repositoryName)
The name of the repository where the pull request was created.
- Parameters:
repositoryName- The name of the repository where the pull request was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCommitId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
MergePullRequestByFastForwardRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
MergePullRequestByFastForwardRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-