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.
|
copy
apply, 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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.