Interface ApprovalStateChangedEventMetadata.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ApprovalStateChangedEventMetadata.Builder,ApprovalStateChangedEventMetadata>,SdkBuilder<ApprovalStateChangedEventMetadata.Builder,ApprovalStateChangedEventMetadata>,SdkPojo
- Enclosing class:
- ApprovalStateChangedEventMetadata
public static interface ApprovalStateChangedEventMetadata.Builder extends SdkPojo, CopyableBuilder<ApprovalStateChangedEventMetadata.Builder,ApprovalStateChangedEventMetadata>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApprovalStateChangedEventMetadata.BuilderapprovalStatus(String approvalStatus)The approval status for the pull request.ApprovalStateChangedEventMetadata.BuilderapprovalStatus(ApprovalState approvalStatus)The approval status for the pull request.ApprovalStateChangedEventMetadata.BuilderrevisionId(String revisionId)The revision ID of the pull request when the approval state changed.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
revisionId
ApprovalStateChangedEventMetadata.Builder revisionId(String revisionId)
The revision ID of the pull request when the approval state changed.
- Parameters:
revisionId- The revision ID of the pull request when the approval state changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
approvalStatus
ApprovalStateChangedEventMetadata.Builder approvalStatus(String approvalStatus)
The approval status for the pull request.
- Parameters:
approvalStatus- The approval status for the pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApprovalState,ApprovalState
-
approvalStatus
ApprovalStateChangedEventMetadata.Builder approvalStatus(ApprovalState approvalStatus)
The approval status for the pull request.
- Parameters:
approvalStatus- The approval status for the pull request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApprovalState,ApprovalState
-
-