Uses of Class
software.amazon.awscdk.cloudassembly.schema.DockerCacheOption.Builder
-
-
Uses of DockerCacheOption.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return DockerCacheOption.Builder Modifier and Type Method Description static DockerCacheOption.BuilderDockerCacheOption. builder()DockerCacheOption.BuilderDockerCacheOption.Builder. params(Map<String,String> params)Sets the value ofDockerCacheOption.getParams()DockerCacheOption.BuilderDockerCacheOption.Builder. type(String type)Sets the value ofDockerCacheOption.getType()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type DockerCacheOption.Builder Constructor Description Jsii$Proxy(DockerCacheOption.Builder builder)Constructor that initializes the object based on literal property values passed by theDockerCacheOption.Builder.
-