Uses of Class
com.spotify.docker.client.messages.mount.Mount.Builder
-
Packages that use Mount.Builder Package Description com.spotify.docker.client.messages.mount -
-
Uses of Mount.Builder in com.spotify.docker.client.messages.mount
Subclasses of Mount.Builder in com.spotify.docker.client.messages.mount Modifier and Type Class Description (package private) static class
AutoValue_Mount.Builder
Methods in com.spotify.docker.client.messages.mount that return Mount.Builder Modifier and Type Method Description Mount.Builder
AutoValue_Mount.Builder. bindOptions(BindOptions bindOptions)
abstract Mount.Builder
Mount.Builder. bindOptions(BindOptions bindOptions)
static Mount.Builder
Mount. builder()
Mount.Builder
AutoValue_Mount.Builder. readOnly(java.lang.Boolean readOnly)
abstract Mount.Builder
Mount.Builder. readOnly(java.lang.Boolean readOnly)
Mount.Builder
AutoValue_Mount.Builder. source(java.lang.String source)
abstract Mount.Builder
Mount.Builder. source(java.lang.String source)
Mount.Builder
AutoValue_Mount.Builder. target(java.lang.String target)
abstract Mount.Builder
Mount.Builder. target(java.lang.String target)
Mount.Builder
AutoValue_Mount.Builder. tmpfsOptions(TmpfsOptions tmpfsOptions)
abstract Mount.Builder
Mount.Builder. tmpfsOptions(TmpfsOptions tmpfsOptions)
Mount.Builder
AutoValue_Mount.Builder. type(java.lang.String type)
abstract Mount.Builder
Mount.Builder. type(java.lang.String type)
Mount.Builder
AutoValue_Mount.Builder. volumeOptions(VolumeOptions volumeOptions)
abstract Mount.Builder
Mount.Builder. volumeOptions(VolumeOptions volumeOptions)
-