public static interface Approval.Builder extends SdkPojo, CopyableBuilder<Approval.Builder,Approval>
| Modifier and Type | Method and Description |
|---|---|
Approval.Builder |
approvalState(ApprovalState approvalState)
The state of the approval, APPROVE or REVOKE.
|
Approval.Builder |
approvalState(String approvalState)
The state of the approval, APPROVE or REVOKE.
|
Approval.Builder |
userArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApproval.Builder userArn(String userArn)
The Amazon Resource Name (ARN) of the user.
userArn - The Amazon Resource Name (ARN) of the user.Approval.Builder approvalState(String approvalState)
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
approvalState - The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.ApprovalState,
ApprovalStateApproval.Builder approvalState(ApprovalState approvalState)
The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.
approvalState - The state of the approval, APPROVE or REVOKE. REVOKE states are not stored.ApprovalState,
ApprovalStateCopyright © 2023. All rights reserved.