Uses of Class
com.spotify.docker.client.messages.EndpointConfig.Builder
Packages that use EndpointConfig.Builder
-
Uses of EndpointConfig.Builder in com.spotify.docker.client.messages
Subclasses of EndpointConfig.Builder in com.spotify.docker.client.messagesModifier and TypeClassDescription(package private) static final class
Methods in com.spotify.docker.client.messages that return EndpointConfig.BuilderModifier and TypeMethodDescriptionabstract EndpointConfig.Builder
static EndpointConfig.Builder
EndpointConfig.builder()
abstract EndpointConfig.Builder
AutoValue_EndpointConfig.Builder.globalIPv6Address
(String globalIPv6Address) abstract EndpointConfig.Builder
EndpointConfig.Builder.globalIPv6Address
(String globalIPv6Address) AutoValue_EndpointConfig.Builder.globalIPv6PrefixLen
(Integer globalIPv6PrefixLen) abstract EndpointConfig.Builder
EndpointConfig.Builder.globalIPv6PrefixLen
(Integer globalIPv6PrefixLen) abstract EndpointConfig.Builder
AutoValue_EndpointConfig.Builder.ipamConfig
(EndpointConfig.EndpointIpamConfig ipamConfig) abstract EndpointConfig.Builder
EndpointConfig.Builder.ipamConfig
(EndpointConfig.EndpointIpamConfig ipamConfig) AutoValue_EndpointConfig.Builder.ipPrefixLen
(Integer ipPrefixLen) abstract EndpointConfig.Builder
EndpointConfig.Builder.ipPrefixLen
(Integer ipPrefixLen) AutoValue_EndpointConfig.Builder.ipv6Gateway
(String ipv6Gateway) abstract EndpointConfig.Builder
EndpointConfig.Builder.ipv6Gateway
(String ipv6Gateway) abstract EndpointConfig.Builder
AutoValue_EndpointConfig.Builder.macAddress
(String macAddress) abstract EndpointConfig.Builder
EndpointConfig.Builder.macAddress
(String macAddress)