public class LocalstackDockerBuilder extends Object
| Constructor and Description |
|---|
LocalstackDockerBuilder() |
| Modifier and Type | Method and Description |
|---|---|
LocalstackDockerBuilder |
alwaysPullingNewImages() |
cloud.localstack.docker.LocalstackDocker |
build() |
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 cloud.localstack.docker.LocalstackDocker build()
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.