Uses of Interface
software.amazon.awssdk.services.codecommit.model.PullRequestSourceReferenceUpdatedEventMetadata.Builder
-
Packages that use PullRequestSourceReferenceUpdatedEventMetadata.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequestSourceReferenceUpdatedEventMetadata.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PullRequestSourceReferenceUpdatedEventMetadata.Builder Modifier and Type Method Description PullRequestSourceReferenceUpdatedEventMetadata.BuilderPullRequestSourceReferenceUpdatedEventMetadata.Builder. afterCommitId(String afterCommitId)The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.PullRequestSourceReferenceUpdatedEventMetadata.BuilderPullRequestSourceReferenceUpdatedEventMetadata.Builder. beforeCommitId(String beforeCommitId)The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.static PullRequestSourceReferenceUpdatedEventMetadata.BuilderPullRequestSourceReferenceUpdatedEventMetadata. builder()PullRequestSourceReferenceUpdatedEventMetadata.BuilderPullRequestSourceReferenceUpdatedEventMetadata.Builder. mergeBase(String mergeBase)The commit ID of the most recent commit that the source branch and the destination branch have in common.PullRequestSourceReferenceUpdatedEventMetadata.BuilderPullRequestSourceReferenceUpdatedEventMetadata.Builder. repositoryName(String repositoryName)The name of the repository where the pull request was updated.PullRequestSourceReferenceUpdatedEventMetadata.BuilderPullRequestSourceReferenceUpdatedEventMetadata. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PullRequestSourceReferenceUpdatedEventMetadata.Builder Modifier and Type Method Description static Class<? extends PullRequestSourceReferenceUpdatedEventMetadata.Builder>PullRequestSourceReferenceUpdatedEventMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type PullRequestSourceReferenceUpdatedEventMetadata.Builder Modifier and Type Method Description default PullRequestEvent.BuilderPullRequestEvent.Builder. pullRequestSourceReferenceUpdatedEventMetadata(Consumer<PullRequestSourceReferenceUpdatedEventMetadata.Builder> pullRequestSourceReferenceUpdatedEventMetadata)Information about the updated source branch for the pull request event.
-