| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ApprovalStateChangedEventMetadata.Builder |
ApprovalStateChangedEventMetadata.Builder.approvalStatus(ApprovalState approvalStatus)
The approval status for the pull request.
|
ApprovalStateChangedEventMetadata.Builder |
ApprovalStateChangedEventMetadata.Builder.approvalStatus(String approvalStatus)
The approval status for the pull request.
|
static ApprovalStateChangedEventMetadata.Builder |
ApprovalStateChangedEventMetadata.builder() |
ApprovalStateChangedEventMetadata.Builder |
ApprovalStateChangedEventMetadata.Builder.revisionId(String revisionId)
The revision ID of the pull request when the approval state changed.
|
ApprovalStateChangedEventMetadata.Builder |
ApprovalStateChangedEventMetadata.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ApprovalStateChangedEventMetadata.Builder> |
ApprovalStateChangedEventMetadata.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PullRequestEvent.Builder |
PullRequestEvent.Builder.approvalStateChangedEventMetadata(Consumer<ApprovalStateChangedEventMetadata.Builder> approvalStateChangedEventMetadata)
Information about an approval state change for a pull request.
|
Copyright © 2020. All rights reserved.