public class LocalstackDockerBuilder extends Object
| Constructor and Description |
|---|
LocalstackDockerBuilder() |
public LocalstackDocker build()
public LocalstackDockerBuilder enableCBOR()
public LocalstackDockerBuilder disableCBOR()
public LocalstackDockerBuilder withService(LocalstackService service)
public LocalstackDockerBuilder withServices(LocalstackService... services)
public LocalstackDockerBuilder withServices(Collection<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)
public LocalstackDockerBuilder withOptions(Collection<String> options)
public LocalstackDockerBuilder withVersion(String version)
public LocalstackDockerBuilder withRegion(String region)
Copyright © 2018. All rights reserved.