public static interface ApprovalResult.Builder extends SdkPojo, 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.
|
copy
applyMutation, build
ApprovalResult.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
,
ApprovalStatus
ApprovalResult.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
,
ApprovalStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.