public static interface PullRequestCreatedEventMetadata.Builder extends SdkPojo, CopyableBuilder<PullRequestCreatedEventMetadata.Builder,PullRequestCreatedEventMetadata>
Modifier and Type | Method and Description |
---|---|
PullRequestCreatedEventMetadata.Builder |
destinationCommitId(String destinationCommitId)
The commit ID of the tip of the branch specified as the destination branch when the pull request was created.
|
PullRequestCreatedEventMetadata.Builder |
mergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
|
PullRequestCreatedEventMetadata.Builder |
repositoryName(String repositoryName)
The name of the repository where the pull request was created.
|
PullRequestCreatedEventMetadata.Builder |
sourceCommitId(String sourceCommitId)
The commit ID on the source branch used when the pull request was created.
|
copy
applyMutation, build
PullRequestCreatedEventMetadata.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.PullRequestCreatedEventMetadata.Builder sourceCommitId(String sourceCommitId)
The commit ID on the source branch used when the pull request was created.
sourceCommitId
- The commit ID on the source branch used when the pull request was created.PullRequestCreatedEventMetadata.Builder destinationCommitId(String destinationCommitId)
The commit ID of the tip of the branch specified as the destination branch when the pull request was created.
destinationCommitId
- The commit ID of the tip of the branch specified as the destination branch when the pull request was
created.PullRequestCreatedEventMetadata.Builder mergeBase(String mergeBase)
The commit ID of the most recent commit that the source branch and the destination branch have in common.
mergeBase
- The commit ID of the most recent commit that the source branch and the destination branch have in
common.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.