Package com.oracle.bmc.database.model
Class CreateNFSBackupDestinationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.CreateNFSBackupDestinationDetails.Builder
 
- 
- Enclosing class:
- CreateNFSBackupDestinationDetails
 
 public static class CreateNFSBackupDestinationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateNFSBackupDestinationDetailsbuild()CreateNFSBackupDestinationDetails.BuildercompartmentId(String compartmentId)CreateNFSBackupDestinationDetails.Buildercopy(CreateNFSBackupDestinationDetails model)CreateNFSBackupDestinationDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)CreateNFSBackupDestinationDetails.BuilderdisplayName(String displayName)CreateNFSBackupDestinationDetails.BuilderfreeformTags(Map<String,String> freeformTags)CreateNFSBackupDestinationDetails.BuilderlocalMountPointPath(String localMountPointPath)Deprecated. The local directory path on each VM cluster node where the NFS server location is mounted.CreateNFSBackupDestinationDetails.BuildermountTypeDetails(MountTypeDetails mountTypeDetails)
 
- 
- 
- 
Method Detail- 
displayNamepublic CreateNFSBackupDestinationDetails.Builder displayName(String displayName) 
 - 
compartmentIdpublic CreateNFSBackupDestinationDetails.Builder compartmentId(String compartmentId) 
 - 
freeformTagspublic CreateNFSBackupDestinationDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateNFSBackupDestinationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
localMountPointPathpublic CreateNFSBackupDestinationDetails.Builder localMountPointPath(String localMountPointPath) Deprecated. The local directory path on each VM cluster node where the NFS server location is mounted.The local directory path and the NFS server location must each be the same across all of the VM cluster nodes. Ensure that the NFS mount is maintained continuously on all of the VM cluster nodes. This field is deprecated. Use the mountTypeDetails field instead to specify the mount type for NFS. - Parameters:
- localMountPointPath- the value to set
- Returns:
- this builder
 
 - 
mountTypeDetailspublic CreateNFSBackupDestinationDetails.Builder mountTypeDetails(MountTypeDetails mountTypeDetails) 
 - 
buildpublic CreateNFSBackupDestinationDetails build() 
 - 
copypublic CreateNFSBackupDestinationDetails.Builder copy(CreateNFSBackupDestinationDetails model) 
 
- 
 
-