Package com.oracle.bmc.filestorage.model
Class UpdateMountTargetDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.UpdateMountTargetDetails.Builder
 
- 
- Enclosing class:
- UpdateMountTargetDetails
 
 public static class UpdateMountTargetDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateMountTargetDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My mount target - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
idmapTypepublic UpdateMountTargetDetails.Builder idmapType(MountTarget.IdmapType idmapType) The method used to map a Unix UID to secondary groups, if any.- Parameters:
- idmapType- the value to set
- Returns:
- this builder
 
 - 
ldapIdmappublic UpdateMountTargetDetails.Builder ldapIdmap(UpdateLdapIdmapDetails ldapIdmap) 
 - 
nsgIdspublic UpdateMountTargetDetails.Builder nsgIds(List<String> nsgIds) A list of Network Security Group OCIDs associated with this mount target.A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the mount target from all NSGs. For more information about NSGs, see Security Rules. - Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
kerberospublic UpdateMountTargetDetails.Builder kerberos(UpdateKerberosDetails kerberos) 
 - 
freeformTagspublic UpdateMountTargetDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic UpdateMountTargetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
securityAttributespublic UpdateMountTargetDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) Security attributes are labels for a resource that can be referenced in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-supported resources.Example: {"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}} - Parameters:
- securityAttributes- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateMountTargetDetails build() 
 - 
copypublic UpdateMountTargetDetails.Builder copy(UpdateMountTargetDetails model) 
 
- 
 
-