public static class AccessRequestSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AccessRequestSummary.Builder |
accessDuration(String accessDuration)
The maximum amount of time operator has access to associated resources.
|
AccessRequestSummary |
build() |
AccessRequestSummary.Builder |
copy(AccessRequestSummary model) |
AccessRequestSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AccessRequestSummary.Builder |
description(String description)
The rationale for requesting the access request.
|
AccessRequestSummary.Builder |
displayName(String displayName)
The name of the access request.
|
AccessRequestSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
AccessRequestSummary.Builder |
id(String id)
The unique identifier (OCID) of the access request, which can’t be changed after
creation.
|
AccessRequestSummary.Builder |
lifecycleState(AccessRequest.LifecycleState lifecycleState)
The current state of the access request.
|
AccessRequestSummary.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.
|
AccessRequestSummary.Builder |
requestorId(String requestorId)
The unique identifier of the requestor.
|
AccessRequestSummary.Builder |
requestorLocation(String requestorLocation)
The two-char country code of the requestor while creating the access request Example:
US |
AccessRequestSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
AccessRequestSummary.Builder |
ticketNumber(String ticketNumber)
The ticket number raised by external customers Example:
3-37509643121 |
AccessRequestSummary.Builder |
timeCreated(Date timeCreated)
The time the access request was created.
|
AccessRequestSummary.Builder |
timeExpired(Date timeExpired)
The time the access request expired.
|
AccessRequestSummary.Builder |
timeUpdated(Date timeUpdated)
The time the access request was last updated.
|
public AccessRequestSummary.Builder id(String id)
The unique identifier (OCID) of the access request, which can’t be changed after creation.
id
- the value to setpublic AccessRequestSummary.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 AccessRequestSummary.Builder displayName(String displayName)
The name of the access request.
displayName
- the value to setpublic AccessRequestSummary.Builder description(String description)
The rationale for requesting the access request.
description
- the value to setpublic AccessRequestSummary.Builder requestorId(String requestorId)
The unique identifier of the requestor.
requestorId
- the value to setpublic AccessRequestSummary.Builder requestorLocation(String requestorLocation)
The two-char country code of the requestor while creating the access request Example:
US
requestorLocation
- the value to setpublic AccessRequestSummary.Builder lifecycleState(AccessRequest.LifecycleState lifecycleState)
The current state of the access request.
lifecycleState
- the value to setpublic AccessRequestSummary.Builder accessDuration(String accessDuration)
The maximum amount of time operator has access to associated resources.
accessDuration
- the value to setpublic AccessRequestSummary.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 AccessRequestSummary.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 AccessRequestSummary.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 AccessRequestSummary.Builder ticketNumber(String ticketNumber)
The ticket number raised by external customers Example: 3-37509643121
ticketNumber
- the value to setpublic AccessRequestSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic AccessRequestSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic AccessRequestSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic AccessRequestSummary build()
public AccessRequestSummary.Builder copy(AccessRequestSummary model)
Copyright © 2016–2024. All rights reserved.