public abstract static class HostConfig.BlkioWeightDevice.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract HostConfig.BlkioWeightDevice |
build() |
abstract HostConfig.BlkioWeightDevice.Builder |
path(String path) |
abstract HostConfig.BlkioWeightDevice.Builder |
weight(Integer weight) |
public abstract HostConfig.BlkioWeightDevice.Builder path(String path)
public abstract HostConfig.BlkioWeightDevice.Builder weight(Integer weight)
public abstract HostConfig.BlkioWeightDevice build()
Copyright © 2018. All rights reserved.