Uses of Class
software.amazon.awscdk.DockerBuildOptions.Builder
-
Uses of DockerBuildOptions.Builder in software.amazon.awscdk
Modifier and TypeMethodDescriptionSets the value ofDockerBuildOptions.getBuildArgs()
static DockerBuildOptions.Builder
DockerBuildOptions.builder()
DockerBuildOptions.Builder.cacheDisabled
(Boolean cacheDisabled) Sets the value ofDockerBuildOptions.getCacheDisabled()
DockerBuildOptions.Builder.cacheFrom
(List<? extends DockerCacheOption> cacheFrom) Sets the value ofDockerBuildOptions.getCacheFrom()
DockerBuildOptions.Builder.cacheTo
(DockerCacheOption cacheTo) Sets the value ofDockerBuildOptions.getCacheTo()
Sets the value ofDockerBuildOptions.getFile()
Sets the value ofDockerBuildOptions.getPlatform()
DockerBuildOptions.Builder.targetStage
(String targetStage) Sets the value ofDockerBuildOptions.getTargetStage()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(DockerBuildOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theDockerBuildOptions.Builder
.