Uses of Interface
software.amazon.awssdk.services.codecommit.model.PullRequestCreatedEventMetadata.Builder
-
Packages that use PullRequestCreatedEventMetadata.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequestCreatedEventMetadata.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PullRequestCreatedEventMetadata.Builder Modifier and Type Method Description static PullRequestCreatedEventMetadata.BuilderPullRequestCreatedEventMetadata. builder()PullRequestCreatedEventMetadata.BuilderPullRequestCreatedEventMetadata.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.BuilderPullRequestCreatedEventMetadata.Builder. mergeBase(String mergeBase)The commit ID of the most recent commit that the source branch and the destination branch have in common.PullRequestCreatedEventMetadata.BuilderPullRequestCreatedEventMetadata.Builder. repositoryName(String repositoryName)The name of the repository where the pull request was created.PullRequestCreatedEventMetadata.BuilderPullRequestCreatedEventMetadata.Builder. sourceCommitId(String sourceCommitId)The commit ID on the source branch used when the pull request was created.PullRequestCreatedEventMetadata.BuilderPullRequestCreatedEventMetadata. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PullRequestCreatedEventMetadata.Builder Modifier and Type Method Description static Class<? extends PullRequestCreatedEventMetadata.Builder>PullRequestCreatedEventMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type PullRequestCreatedEventMetadata.Builder Modifier and Type Method Description default PullRequestEvent.BuilderPullRequestEvent.Builder. pullRequestCreatedEventMetadata(Consumer<PullRequestCreatedEventMetadata.Builder> pullRequestCreatedEventMetadata)Information about the source and destination branches for the pull request.
-