Class UpdateLustreFileSystemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.lustrefilestorage.model.UpdateLustreFileSystemDetails.Builder
-
- Enclosing class:
- UpdateLustreFileSystemDetails
public static class UpdateLustreFileSystemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public 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
-
fileSystemDescription
public 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
-
freeformTags
public 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
-
definedTags
public 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
-
nsgIds
public 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
-
kmsKeyId
public 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
-
capacityInGBs
public 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
-
rootSquashConfiguration
public UpdateLustreFileSystemDetails.Builder rootSquashConfiguration(RootSquashConfiguration rootSquashConfiguration)
-
build
public UpdateLustreFileSystemDetails build()
-
copy
public UpdateLustreFileSystemDetails.Builder copy(UpdateLustreFileSystemDetails model)
-
-