public static class AccessRequestExt.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccessRequestExt.Builder |
accessDuration(String accessDuration)
The maximum amount of time operator has access to associated resources.
|
AccessRequestExt.Builder |
activityLogs(List<ActivityLog> activityLogs)
The actions taken by different persona on the access request, e.g.
|
AccessRequestExt |
build() |
AccessRequestExt.Builder |
context(Map<String,String> context)
The context object containing the access request specific details.
|
AccessRequestExt.Builder |
copy(AccessRequestExt model) |
AccessRequestExt.Builder |
description(String description)
The rationale for requesting the access request and any other related details..
|
AccessRequestExt.Builder |
displayName(String displayName)
The name of the access request.
|
AccessRequestExt.Builder |
id(String id)
The unique identifier (OCID) of the access request, which can’t be changed after
creation.
|
AccessRequestExt.Builder |
lifecycleState(AccessRequestExt.LifecycleState lifecycleState)
Possible access request lifecycle states.
|
AccessRequestExt.Builder |
lifecycleStateDetails(AccessRequestExt.LifecycleStateDetails lifecycleStateDetails)
Details of access request lifecycle state.
|
AccessRequestExt.Builder |
lockboxId(String lockboxId)
The unique identifier (OCID) of the lockbox box that the access request is associated
with, which can’t be changed after creation.
|
AccessRequestExt.Builder |
reminderCount(Integer reminderCount)
The count of times the access request was reminded.
|
AccessRequestExt.Builder |
requestorId(String requestorId)
The unique identifier of the requestor.
|
AccessRequestExt.Builder |
requestorLocation(String requestorLocation)
The location of the requestor.
|
AccessRequestExt.Builder |
requestorUserName(String requestorUserName)
The user name i.e.
|
AccessRequestExt.Builder |
ticketNumber(String ticketNumber)
The ticket number raised by external customers Example:
3-37509643121 |
AccessRequestExt.Builder |
timeCreated(Date timeCreated)
The time the access request was created.
|
AccessRequestExt.Builder |
timeExpired(Date timeExpired)
The time the access request expired.
|
AccessRequestExt.Builder |
timeReminded(Date timeReminded)
The time the access request was last reminded.
|
AccessRequestExt.Builder |
timeUpdated(Date timeUpdated)
The time the access request was last updated.
|
public AccessRequestExt.Builder requestorUserName(String requestorUserName)
The user name i.e. userId of the requestor.
requestorUserName
- the value to setpublic AccessRequestExt.Builder id(String id)
The unique identifier (OCID) of the access request, which can’t be changed after creation.
id
- the value to setpublic AccessRequestExt.Builder lockboxId(String lockboxId)
The unique identifier (OCID) of the lockbox box that the access request is associated with, which can’t be changed after creation.
lockboxId
- the value to setpublic AccessRequestExt.Builder displayName(String displayName)
The name of the access request.
displayName
- the value to setpublic AccessRequestExt.Builder description(String description)
The rationale for requesting the access request and any other related details..
description
- the value to setpublic AccessRequestExt.Builder requestorId(String requestorId)
The unique identifier of the requestor.
requestorId
- the value to setpublic AccessRequestExt.Builder lifecycleState(AccessRequestExt.LifecycleState lifecycleState)
Possible access request lifecycle states.
lifecycleState
- the value to setpublic AccessRequestExt.Builder lifecycleStateDetails(AccessRequestExt.LifecycleStateDetails lifecycleStateDetails)
Details of access request lifecycle state.
lifecycleStateDetails
- the value to setpublic AccessRequestExt.Builder accessDuration(String accessDuration)
The maximum amount of time operator has access to associated resources.
accessDuration
- the value to setpublic AccessRequestExt.Builder context(Map<String,String> context)
The context object containing the access request specific details.
context
- the value to setpublic AccessRequestExt.Builder activityLogs(List<ActivityLog> activityLogs)
The actions taken by different persona on the access request, e.g. approve/deny/revoke
activityLogs
- the value to setpublic AccessRequestExt.Builder timeCreated(Date timeCreated)
The time the access request was created. Format is defined by
RFC3339. Example: 2020-01-25T21:10:29.600Z
timeCreated
- the value to setpublic AccessRequestExt.Builder timeUpdated(Date timeUpdated)
The time the access request was last updated. Format is defined by
RFC3339. Example: 2020-01-25T21:10:29.600Z
timeUpdated
- the value to setpublic AccessRequestExt.Builder timeExpired(Date timeExpired)
The time the access request expired. Format is defined by
RFC3339. Example: 2020-01-25T21:10:29.600Z
timeExpired
- the value to setpublic AccessRequestExt.Builder timeReminded(Date timeReminded)
The time the access request was last reminded. Format is defined by
RFC3339. Example: 2020-01-25T21:10:29.600Z
timeReminded
- the value to setpublic AccessRequestExt.Builder reminderCount(Integer reminderCount)
The count of times the access request was reminded.
reminderCount
- the value to setpublic AccessRequestExt.Builder requestorLocation(String requestorLocation)
The location of the requestor. Format with be two letters indicatiog operator’s country
code defined by https://jira-sd.mc1.oracleiaas.com/browse/SSD-17880 Example: US
requestorLocation
- the value to setpublic AccessRequestExt.Builder ticketNumber(String ticketNumber)
The ticket number raised by external customers Example: 3-37509643121
ticketNumber
- the value to setpublic AccessRequestExt build()
public AccessRequestExt.Builder copy(AccessRequestExt model)
Copyright © 2016–2024. All rights reserved.