public static class ApproverDetail.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApproverDetail.Builder |
approvalAction(String approvalAction)
The action done by the approver.
|
ApproverDetail.Builder |
approvalAdditionalMessage(String approvalAdditionalMessage)
Additional message specified by the approver of the request.
|
ApproverDetail.Builder |
approvalComment(String approvalComment)
Comment specified by the approver of the request.
|
ApproverDetail.Builder |
approverId(String approverId)
The userId of the approver.
|
ApproverDetail |
build() |
ApproverDetail.Builder |
copy(ApproverDetail model) |
ApproverDetail.Builder |
timeApprovedForAccess(Date timeApprovedForAccess)
Time for when the access request should start that is authorized by the customer in RFC
3339 timestamp format.Example:
‘2020-05-22T21:10:29.600Z’
|
ApproverDetail.Builder |
timeOfAuthorization(Date timeOfAuthorization)
Time when the access request was authorized by the customer in RFC
3339 timestamp format.Example:
‘2020-05-22T21:10:29.600Z’
|
public ApproverDetail.Builder approverId(String approverId)
The userId of the approver.
approverId
- the value to setpublic ApproverDetail.Builder approvalAction(String approvalAction)
The action done by the approver.
approvalAction
- the value to setpublic ApproverDetail.Builder approvalComment(String approvalComment)
Comment specified by the approver of the request.
approvalComment
- the value to setpublic ApproverDetail.Builder approvalAdditionalMessage(String approvalAdditionalMessage)
Additional message specified by the approver of the request.
approvalAdditionalMessage
- the value to setpublic ApproverDetail.Builder timeOfAuthorization(Date timeOfAuthorization)
Time when the access request was authorized by the customer in RFC 3339 timestamp format.Example: ‘2020-05-22T21:10:29.600Z’
timeOfAuthorization
- the value to setpublic ApproverDetail.Builder timeApprovedForAccess(Date timeApprovedForAccess)
Time for when the access request should start that is authorized by the customer in RFC 3339 timestamp format.Example: ‘2020-05-22T21:10:29.600Z’
timeApprovedForAccess
- the value to setpublic ApproverDetail build()
public ApproverDetail.Builder copy(ApproverDetail model)
Copyright © 2016–2024. All rights reserved.