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