| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static PullRequestTarget.Builder |
PullRequestTarget.builder() |
PullRequestTarget.Builder |
PullRequestTarget.Builder.destinationCommit(String destinationCommit)
The full commit ID that is the tip of the destination branch.
|
PullRequestTarget.Builder |
PullRequestTarget.Builder.destinationReference(String destinationReference)
The branch of the repository where the pull request changes are merged.
|
PullRequestTarget.Builder |
PullRequestTarget.Builder.mergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
default PullRequestTarget.Builder |
PullRequestTarget.Builder.mergeMetadata(Consumer<MergeMetadata.Builder> mergeMetadata)
Returns metadata about the state of the merge, including whether the merge has been made.
|
PullRequestTarget.Builder |
PullRequestTarget.Builder.mergeMetadata(MergeMetadata mergeMetadata)
Returns metadata about the state of the merge, including whether the merge has been made.
|
PullRequestTarget.Builder |
PullRequestTarget.Builder.repositoryName(String repositoryName)
The name of the repository that contains the pull request source and destination branches.
|
PullRequestTarget.Builder |
PullRequestTarget.Builder.sourceCommit(String sourceCommit)
The full commit ID of the tip of the source branch used to create the pull request.
|
PullRequestTarget.Builder |
PullRequestTarget.Builder.sourceReference(String sourceReference)
The branch of the repository that contains the changes for the pull request.
|
PullRequestTarget.Builder |
PullRequestTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PullRequestTarget.Builder> |
PullRequestTarget.serializableBuilderClass() |
Copyright © 2022. All rights reserved.