| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Mount |
build() |
Mount.Builder |
makeReadOnly() |
Mount.Builder |
makeReadOnly(boolean readOnly) |
Mount.Builder |
withBindOptions(BindOptions bindOptions) |
Mount.Builder |
withSource(String source) |
Mount.Builder |
withTarget(String target) |
Mount.Builder |
withType(String type) |
Mount.Builder |
withVolumeOptions(VolumeOptions volumeOptions) |
public Mount.Builder withType(String type)
public Mount.Builder withSource(String source)
public Mount.Builder withTarget(String target)
public Mount.Builder makeReadOnly()
public Mount.Builder makeReadOnly(boolean readOnly)
public Mount.Builder withBindOptions(BindOptions bindOptions)
public Mount.Builder withVolumeOptions(VolumeOptions volumeOptions)
public Mount build()
Copyright © 2016. All rights reserved.