Interface HostConfig.BlkioWeightDevice.Builder
-
- Enclosing interface:
- HostConfig.BlkioWeightDevice
public static interface HostConfig.BlkioWeightDevice.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostConfig.BlkioWeightDevicebuild()HostConfig.BlkioWeightDevice.Builderpath(String path)HostConfig.BlkioWeightDevice.Builderweight(Integer weight)
-
-
-
Method Detail
-
path
HostConfig.BlkioWeightDevice.Builder path(String path)
-
weight
HostConfig.BlkioWeightDevice.Builder weight(Integer weight)
-
build
HostConfig.BlkioWeightDevice build()
-
-