Interface TmpfsOptions.Builder
-
- Enclosing interface:
- TmpfsOptions
public static interface TmpfsOptions.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TmpfsOptionsbuild()TmpfsOptions.Buildermode(Integer mode)TmpfsOptions.BuildersizeBytes(Long sizeBytes)
-
-
-
Method Detail
-
sizeBytes
TmpfsOptions.Builder sizeBytes(Long sizeBytes)
-
mode
TmpfsOptions.Builder mode(Integer mode)
-
build
TmpfsOptions build()
-
-