public class LocalstackDockerBuilder extends Object
| Constructor and Description |
|---|
LocalstackDockerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LocalstackDockerBuilder |
alwaysPullingNewImages() |
LocalstackDocker |
build() |
LocalstackDockerBuilder |
disableCBOR() |
LocalstackDockerBuilder |
enableCBOR() |
LocalstackDockerBuilder |
notPullingNewImages() |
LocalstackDockerBuilder |
pullingNewImages(boolean pullNewImage) |
LocalstackDockerBuilder |
withEnvironmentVariables(Map<String,String> environmentVariables) |
LocalstackDockerBuilder |
withExternalHost(String externalHost) |
LocalstackDockerBuilder |
withRandomPorts() |
LocalstackDockerBuilder |
withRandomPorts(boolean random) |
LocalstackDockerBuilder |
withService(LocalstackService service) |
LocalstackDockerBuilder |
withServices(LocalstackService... services) |
LocalstackDockerBuilder |
withStaticPorts() |
public LocalstackDocker build()
public LocalstackDockerBuilder enableCBOR()
public LocalstackDockerBuilder disableCBOR()
public LocalstackDockerBuilder withService(LocalstackService service)
public LocalstackDockerBuilder withServices(LocalstackService... services)
public LocalstackDockerBuilder withStaticPorts()
public LocalstackDockerBuilder withRandomPorts()
public LocalstackDockerBuilder withRandomPorts(boolean random)
public LocalstackDockerBuilder notPullingNewImages()
public LocalstackDockerBuilder alwaysPullingNewImages()
public LocalstackDockerBuilder pullingNewImages(boolean pullNewImage)
public LocalstackDockerBuilder withExternalHost(String externalHost)
public LocalstackDockerBuilder withEnvironmentVariables(Map<String,String> environmentVariables)
Copyright © 2018. All rights reserved.