CopyableBuilder<ApprovalResult.Builder,ApprovalResult>, SdkBuilder<ApprovalResult.Builder,ApprovalResult>public static interface ApprovalResult.Builder extends CopyableBuilder<ApprovalResult.Builder,ApprovalResult>
| Modifier and Type | Method | Description |
|---|---|---|
ApprovalResult.Builder |
status(String status) |
The response submitted by a reviewer assigned to an approval action request.
|
ApprovalResult.Builder |
status(ApprovalStatus 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.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.ApprovalStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.