Class UpdateLustreFileSystemDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.lustrefilestorage.model.UpdateLustreFileSystemDetails.Builder
 
- 
- Enclosing class:
- UpdateLustreFileSystemDetails
 
 public static class UpdateLustreFileSystemDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateLustreFileSystemDetails.Builder displayName(String displayName) A user-friendly name.It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: My Lustre file system - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
fileSystemDescriptionpublic UpdateLustreFileSystemDetails.Builder fileSystemDescription(String fileSystemDescription) Short description of the Lustre file system.Avoid entering confidential information. - Parameters:
- fileSystemDescription- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateLustreFileSystemDetails.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 UpdateLustreFileSystemDetails.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
 
 - 
nsgIdspublic UpdateLustreFileSystemDetails.Builder nsgIds(List<String> nsgIds) A list of Network Security Group OCIDs associated with this lustre file system.A maximum of 5 is allowed. Setting this to an empty array after the list is created removes the lustre file system from all NSGs. For more information about NSGs, see Security Rules. - Parameters:
- nsgIds- the value to set
- Returns:
- this builder
 
 - 
kmsKeyIdpublic UpdateLustreFileSystemDetails.Builder kmsKeyId(String kmsKeyId) The OCID of the KMS key used to encrypt the encryption keys associated with this file system.- Parameters:
- kmsKeyId- the value to set
- Returns:
- this builder
 
 - 
capacityInGBspublic UpdateLustreFileSystemDetails.Builder capacityInGBs(Integer capacityInGBs) Capacity of the Lustre file system in GB.You can increase capacity only in multiples of 5 TB. - Parameters:
- capacityInGBs- the value to set
- Returns:
- this builder
 
 - 
rootSquashConfigurationpublic UpdateLustreFileSystemDetails.Builder rootSquashConfiguration(RootSquashConfiguration rootSquashConfiguration) 
 - 
buildpublic UpdateLustreFileSystemDetails build() 
 - 
copypublic UpdateLustreFileSystemDetails.Builder copy(UpdateLustreFileSystemDetails model) 
 
- 
 
-