public static class CreateLockboxDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateLockboxDetails.Builder |
accessContextAttributes(AccessContextAttributeCollection accessContextAttributes) |
CreateLockboxDetails.Builder |
approvalTemplateId(String approvalTemplateId)
Approval template ID
|
CreateLockboxDetails |
build() |
CreateLockboxDetails.Builder |
compartmentId(String compartmentId)
The unique identifier (OCID) of the compartment where the resource is located.
|
CreateLockboxDetails.Builder |
copy(CreateLockboxDetails model) |
CreateLockboxDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateLockboxDetails.Builder |
displayName(String displayName)
Lockbox Identifier
|
CreateLockboxDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateLockboxDetails.Builder |
lockboxPartner(LockboxPartner lockboxPartner)
The partner using this lockbox to lock a resource.
|
CreateLockboxDetails.Builder |
maxAccessDuration(String maxAccessDuration)
The maximum amount of time operator has access to associated resources.
|
CreateLockboxDetails.Builder |
partnerCompartmentId(String partnerCompartmentId)
Compartment Identifier
|
CreateLockboxDetails.Builder |
partnerId(String partnerId)
The unique identifier (OCID) of partner resource using this lockbox to lock a resource
|
CreateLockboxDetails.Builder |
resourceId(String resourceId)
The unique identifier (OCID) of the customer’s resource.
|
public CreateLockboxDetails.Builder displayName(String displayName)
Lockbox Identifier
displayName
- the value to setpublic CreateLockboxDetails.Builder resourceId(String resourceId)
The unique identifier (OCID) of the customer’s resource.
resourceId
- the value to setpublic CreateLockboxDetails.Builder lockboxPartner(LockboxPartner lockboxPartner)
The partner using this lockbox to lock a resource.
lockboxPartner
- the value to setpublic CreateLockboxDetails.Builder compartmentId(String compartmentId)
The unique identifier (OCID) of the compartment where the resource is located.
compartmentId
- the value to setpublic CreateLockboxDetails.Builder partnerId(String partnerId)
The unique identifier (OCID) of partner resource using this lockbox to lock a resource
partnerId
- the value to setpublic CreateLockboxDetails.Builder partnerCompartmentId(String partnerCompartmentId)
Compartment Identifier
partnerCompartmentId
- the value to setpublic CreateLockboxDetails.Builder approvalTemplateId(String approvalTemplateId)
Approval template ID
approvalTemplateId
- the value to setpublic CreateLockboxDetails.Builder maxAccessDuration(String maxAccessDuration)
The maximum amount of time operator has access to associated resources.
maxAccessDuration
- the value to setpublic CreateLockboxDetails.Builder accessContextAttributes(AccessContextAttributeCollection accessContextAttributes)
public CreateLockboxDetails.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 CreateLockboxDetails.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 CreateLockboxDetails build()
public CreateLockboxDetails.Builder copy(CreateLockboxDetails model)
Copyright © 2016–2024. All rights reserved.