Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Lockbox.Builder |
accessContextAttributes(AccessContextAttributeCollection accessContextAttributes) |
Lockbox.Builder |
approvalTemplateId(String approvalTemplateId)
Approval template ID
|
Lockbox |
build() |
Lockbox.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
Lockbox.Builder |
copy(Lockbox model) |
Lockbox.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Lockbox.Builder |
displayName(String displayName)
Lockbox Identifier, can be renamed
|
Lockbox.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Lockbox.Builder |
id(String id)
Unique identifier that is immutable on creation
|
Lockbox.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Lockbox.Builder |
lifecycleState(Lockbox.LifecycleState lifecycleState)
The current state of the Lockbox.
|
Lockbox.Builder |
lockboxPartner(LockboxPartner lockboxPartner)
The partner using this lockbox to lock a resource.
|
Lockbox.Builder |
maxAccessDuration(String maxAccessDuration)
The maximum amount of time operator has access to associated resources.
|
Lockbox.Builder |
parentLockboxId(String parentLockboxId)
The unique identifier (OCID) of lockbox resource using to reference parent lockbox in
hybrid oma setup
|
Lockbox.Builder |
partnerCompartmentId(String partnerCompartmentId)
Compartment Identifier
|
Lockbox.Builder |
partnerId(String partnerId)
The unique identifier (OCID) of partner resource using this lockbox to lock a resource
|
Lockbox.Builder |
resourceId(String resourceId)
The unique identifier (OCID) of associated resource that the lockbox is created for.
|
Lockbox.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Lockbox.Builder |
timeCreated(Date timeCreated)
The time the the Lockbox was created.
|
Lockbox.Builder |
timeUpdated(Date timeUpdated)
The time the Lockbox was updated.
|
public Lockbox.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic Lockbox.Builder displayName(String displayName)
Lockbox Identifier, can be renamed
displayName
- the value to setpublic Lockbox.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic Lockbox.Builder partnerId(String partnerId)
The unique identifier (OCID) of partner resource using this lockbox to lock a resource
partnerId
- the value to setpublic Lockbox.Builder parentLockboxId(String parentLockboxId)
The unique identifier (OCID) of lockbox resource using to reference parent lockbox in hybrid oma setup
parentLockboxId
- the value to setpublic Lockbox.Builder partnerCompartmentId(String partnerCompartmentId)
Compartment Identifier
partnerCompartmentId
- the value to setpublic Lockbox.Builder resourceId(String resourceId)
The unique identifier (OCID) of associated resource that the lockbox is created for.
resourceId
- the value to setpublic Lockbox.Builder lockboxPartner(LockboxPartner lockboxPartner)
The partner using this lockbox to lock a resource.
lockboxPartner
- the value to setpublic Lockbox.Builder timeCreated(Date timeCreated)
The time the the Lockbox was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic Lockbox.Builder timeUpdated(Date timeUpdated)
The time the Lockbox was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic Lockbox.Builder lifecycleState(Lockbox.LifecycleState lifecycleState)
The current state of the Lockbox.
lifecycleState
- the value to setpublic Lockbox.Builder accessContextAttributes(AccessContextAttributeCollection accessContextAttributes)
public Lockbox.Builder approvalTemplateId(String approvalTemplateId)
Approval template ID
approvalTemplateId
- the value to setpublic Lockbox.Builder maxAccessDuration(String maxAccessDuration)
The maximum amount of time operator has access to associated resources.
maxAccessDuration
- the value to setpublic Lockbox.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
lifecycleDetails
- the value to setpublic Lockbox.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 Lockbox.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 Lockbox.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 Lockbox build()
public Lockbox.Builder copy(Lockbox model)
Copyright © 2016–2024. All rights reserved.