Class HostConfig.BlkioWeightDevice.Builder
- java.lang.Object
-
- com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice.Builder
-
- Direct Known Subclasses:
AutoValue_HostConfig_BlkioWeightDevice.Builder
- Enclosing class:
- HostConfig.BlkioWeightDevice
public abstract static class HostConfig.BlkioWeightDevice.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract HostConfig.BlkioWeightDevice
build()
abstract HostConfig.BlkioWeightDevice.Builder
path(java.lang.String path)
abstract HostConfig.BlkioWeightDevice.Builder
weight(java.lang.Integer weight)
-
-
-
Method Detail
-
path
public abstract HostConfig.BlkioWeightDevice.Builder path(java.lang.String path)
-
weight
public abstract HostConfig.BlkioWeightDevice.Builder weight(java.lang.Integer weight)
-
build
public abstract HostConfig.BlkioWeightDevice build()
-
-