Class OciFssMountCommand.Builder
- java.lang.Object
-
- com.oracle.bmc.containerinstances.model.OciFssMountCommand.Builder
-
- Enclosing class:
- OciFssMountCommand
public static class OciFssMountCommand.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OciFssMountCommandbuild()OciFssMountCommand.Buildercopy(OciFssMountCommand model)OciFssMountCommand.BuildermountOptions(List<OciFssMountOption> mountOptions)List of mount options to be used in the mount command.
-
-
-
Method Detail
-
mountOptions
public OciFssMountCommand.Builder mountOptions(List<OciFssMountOption> mountOptions)
List of mount options to be used in the mount command.The order of this array will be maintained while preparing the mount command.
- Parameters:
mountOptions- the value to set- Returns:
- this builder
-
build
public OciFssMountCommand build()
-
copy
public OciFssMountCommand.Builder copy(OciFssMountCommand model)
-
-