Package com.oracle.bmc.lockbox.model
Class CreateLockboxDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.lockbox.model.CreateLockboxDetails.Builder
 
- 
- Enclosing class:
- CreateLockboxDetails
 
 public static class CreateLockboxDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateLockboxDetails.BuilderaccessContextAttributes(AccessContextAttributeCollection accessContextAttributes)CreateLockboxDetails.BuilderapprovalTemplateId(String approvalTemplateId)Approval template IDCreateLockboxDetailsbuild()CreateLockboxDetails.BuildercompartmentId(String compartmentId)The unique identifier (OCID) of the compartment where the resource is located.CreateLockboxDetails.Buildercopy(CreateLockboxDetails model)CreateLockboxDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateLockboxDetails.BuilderdisplayName(String displayName)Lockbox IdentifierCreateLockboxDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateLockboxDetails.BuilderlockboxPartner(LockboxPartner lockboxPartner)The partner using this lockbox to lock a resource.CreateLockboxDetails.BuildermaxAccessDuration(String maxAccessDuration)The maximum amount of time operator has access to associated resources.CreateLockboxDetails.BuilderpartnerCompartmentId(String partnerCompartmentId)Compartment IdentifierCreateLockboxDetails.BuilderpartnerId(String partnerId)The unique identifier (OCID) of partner resource using this lockbox to lock a resourceCreateLockboxDetails.BuilderresourceId(String resourceId)The unique identifier (OCID) of the customer’s resource.
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateLockboxDetails.Builder displayName(String displayName) Lockbox Identifier- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
resourceIdpublic CreateLockboxDetails.Builder resourceId(String resourceId) The unique identifier (OCID) of the customer’s resource.- Parameters:
- resourceId- the value to set
- Returns:
- this builder
 
 - 
lockboxPartnerpublic CreateLockboxDetails.Builder lockboxPartner(LockboxPartner lockboxPartner) The partner using this lockbox to lock a resource.- Parameters:
- lockboxPartner- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic CreateLockboxDetails.Builder compartmentId(String compartmentId) The unique identifier (OCID) of the compartment where the resource is located.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
partnerIdpublic CreateLockboxDetails.Builder partnerId(String partnerId) The unique identifier (OCID) of partner resource using this lockbox to lock a resource- Parameters:
- partnerId- the value to set
- Returns:
- this builder
 
 - 
partnerCompartmentIdpublic CreateLockboxDetails.Builder partnerCompartmentId(String partnerCompartmentId) Compartment Identifier- Parameters:
- partnerCompartmentId- the value to set
- Returns:
- this builder
 
 - 
approvalTemplateIdpublic CreateLockboxDetails.Builder approvalTemplateId(String approvalTemplateId) Approval template ID- Parameters:
- approvalTemplateId- the value to set
- Returns:
- this builder
 
 - 
maxAccessDurationpublic CreateLockboxDetails.Builder maxAccessDuration(String maxAccessDuration) The maximum amount of time operator has access to associated resources.- Parameters:
- maxAccessDuration- the value to set
- Returns:
- this builder
 
 - 
accessContextAttributespublic CreateLockboxDetails.Builder accessContextAttributes(AccessContextAttributeCollection accessContextAttributes) 
 - 
freeformTagspublic 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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic 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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateLockboxDetails build() 
 - 
copypublic CreateLockboxDetails.Builder copy(CreateLockboxDetails model) 
 
- 
 
-