Class AutoValue_HostConfig_BlkioWeightDevice.Builder
- java.lang.Object
-
- com.spotify.docker.client.messages.HostConfig.BlkioWeightDevice.Builder
-
- com.spotify.docker.client.messages.AutoValue_HostConfig_BlkioWeightDevice.Builder
-
- Enclosing class:
- AutoValue_HostConfig_BlkioWeightDevice
static final class AutoValue_HostConfig_BlkioWeightDevice.Builder extends HostConfig.BlkioWeightDevice.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HostConfig.BlkioWeightDevice
build()
HostConfig.BlkioWeightDevice.Builder
path(java.lang.String path)
HostConfig.BlkioWeightDevice.Builder
weight(java.lang.Integer weight)
-
-
-
Method Detail
-
path
public HostConfig.BlkioWeightDevice.Builder path(java.lang.String path)
- Specified by:
path
in classHostConfig.BlkioWeightDevice.Builder
-
weight
public HostConfig.BlkioWeightDevice.Builder weight(java.lang.Integer weight)
- Specified by:
weight
in classHostConfig.BlkioWeightDevice.Builder
-
build
public HostConfig.BlkioWeightDevice build()
- Specified by:
build
in classHostConfig.BlkioWeightDevice.Builder
-
-