EksContainerOverride.Builder |
EksContainerOverride.Builder.args(String... args) |
The arguments to the entrypoint to send to the container that overrides the default arguments from the Docker
image or the job definition.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.args(Collection<String> args) |
The arguments to the entrypoint to send to the container that overrides the default arguments from the Docker
image or the job definition.
|
static EksContainerOverride.Builder |
EksContainerOverride.builder() |
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.command(String... command) |
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.command(Collection<String> command) |
The command to send to the container that overrides the default command from the Docker image or the job
definition.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.env(Collection<EksContainerEnvironmentVariable> env) |
The environment variables to send to the container.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.env(Consumer<EksContainerEnvironmentVariable.Builder>... env) |
The environment variables to send to the container.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.env(EksContainerEnvironmentVariable... env) |
The environment variables to send to the container.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.image(String image) |
The override of the Docker image that's used to start the container.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.name(String name) |
A pointer to the container that you want to override.
|
default EksContainerOverride.Builder |
EksContainerOverride.Builder.resources(Consumer<EksContainerResourceRequirements.Builder> resources) |
The type and amount of resources to assign to a container.
|
EksContainerOverride.Builder |
EksContainerOverride.Builder.resources(EksContainerResourceRequirements resources) |
The type and amount of resources to assign to a container.
|
EksContainerOverride.Builder |
EksContainerOverride.toBuilder() |
|