| Package | Description |
|---|---|
| io.github.cdklabs.projen.github.workflows |
| Modifier and Type | Method and Description |
|---|---|
static ContainerOptions.Builder |
ContainerOptions.builder() |
ContainerOptions.Builder |
ContainerOptions.Builder.credentials(ContainerCredentials credentials)
Sets the value of
ContainerOptions.getCredentials() |
ContainerOptions.Builder |
ContainerOptions.Builder.env(Map<String,String> env)
Sets the value of
ContainerOptions.getEnv() |
ContainerOptions.Builder |
ContainerOptions.Builder.image(String image)
Sets the value of
ContainerOptions.getImage() |
ContainerOptions.Builder |
ContainerOptions.Builder.options(List<String> options)
Sets the value of
ContainerOptions.getOptions() |
ContainerOptions.Builder |
ContainerOptions.Builder.ports(List<? extends Number> ports)
Sets the value of
ContainerOptions.getPorts() |
ContainerOptions.Builder |
ContainerOptions.Builder.volumes(List<String> volumes)
Sets the value of
ContainerOptions.getVolumes() |
| Constructor and Description |
|---|
Jsii$Proxy(ContainerOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
ContainerOptions.Builder. |
Copyright © 2021. All rights reserved.