| Package | Description |
|---|---|
| software.amazon.awssdk.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
static EksContainerOverride.Builder |
EksContainerOverride.builder() |
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.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.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.
|
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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EksContainerOverride.Builder> |
EksContainerOverride.serializableBuilderClass() |
Copyright © 2023. All rights reserved.