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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateNFSBackupDestinationDetails
build()
CreateNFSBackupDestinationDetails.Builder
compartmentId(String compartmentId)
CreateNFSBackupDestinationDetails.Builder
copy(CreateNFSBackupDestinationDetails model)
CreateNFSBackupDestinationDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
CreateNFSBackupDestinationDetails.Builder
displayName(String displayName)
CreateNFSBackupDestinationDetails.Builder
freeformTags(Map<String,String> freeformTags)
CreateNFSBackupDestinationDetails.Builder
localMountPointPath(String localMountPointPath)
Deprecated. The local directory path on each VM cluster node where the NFS server location is mounted.CreateNFSBackupDestinationDetails.Builder
mountTypeDetails(MountTypeDetails mountTypeDetails)
-
-
-
Method Detail
-
displayName
public CreateNFSBackupDestinationDetails.Builder displayName(String displayName)
-
compartmentId
public CreateNFSBackupDestinationDetails.Builder compartmentId(String compartmentId)
-
freeformTags
public CreateNFSBackupDestinationDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateNFSBackupDestinationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
localMountPointPath
public 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
-
mountTypeDetails
public CreateNFSBackupDestinationDetails.Builder mountTypeDetails(MountTypeDetails mountTypeDetails)
-
build
public CreateNFSBackupDestinationDetails build()
-
copy
public CreateNFSBackupDestinationDetails.Builder copy(CreateNFSBackupDestinationDetails model)
-
-