public static interface ApprovalResult.Builder extends CopyableBuilder<ApprovalResult.Builder,ApprovalResult>
| Modifier and Type | Method and Description |
|---|---|
ApprovalResult.Builder |
status(ApprovalStatus status)
The response submitted by a reviewer assigned to an approval action request.
|
ApprovalResult.Builder |
status(String status)
The response submitted by a reviewer assigned to an approval action request.
|
ApprovalResult.Builder |
summary(String summary)
The summary of the current status of the approval request.
|
copyapply, buildApprovalResult.Builder summary(String summary)
The summary of the current status of the approval request.
summary - The summary of the current status of the approval request.ApprovalResult.Builder status(String status)
The response submitted by a reviewer assigned to an approval action request.
status - The response submitted by a reviewer assigned to an approval action request.ApprovalStatus,
ApprovalStatusApprovalResult.Builder status(ApprovalStatus status)
The response submitted by a reviewer assigned to an approval action request.
status - The response submitted by a reviewer assigned to an approval action request.ApprovalStatus,
ApprovalStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.