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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateMountTargetDetails
build()
UpdateMountTargetDetails.Builder
copy(UpdateMountTargetDetails model)
UpdateMountTargetDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateMountTargetDetails.Builder
displayName(String displayName)
A user-friendly name.UpdateMountTargetDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.UpdateMountTargetDetails.Builder
idmapType(MountTarget.IdmapType idmapType)
The method used to map a Unix UID to secondary groups, if any.UpdateMountTargetDetails.Builder
kerberos(UpdateKerberosDetails kerberos)
UpdateMountTargetDetails.Builder
ldapIdmap(UpdateLdapIdmapDetails ldapIdmap)
UpdateMountTargetDetails.Builder
nsgIds(List<String> nsgIds)
A list of Network Security Group OCIDs associated with this mount target.
-
-
-
Method Detail
-
displayName
public 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
-
idmapType
public 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
-
ldapIdmap
public UpdateMountTargetDetails.Builder ldapIdmap(UpdateLdapIdmapDetails ldapIdmap)
-
nsgIds
public 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
-
kerberos
public UpdateMountTargetDetails.Builder kerberos(UpdateKerberosDetails kerberos)
-
freeformTags
public 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
-
definedTags
public 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
-
build
public UpdateMountTargetDetails build()
-
copy
public UpdateMountTargetDetails.Builder copy(UpdateMountTargetDetails model)
-
-