| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerOverride.Builder |
ContainerOverride.builder() |
ContainerOverride.Builder |
ContainerOverride.Builder.command(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.command(String... command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.cpu(Integer cpu)
The number of
cpu units reserved for the container, instead of the default value from the task
definition. |
ContainerOverride.Builder |
ContainerOverride.Builder.environment(Collection<KeyValuePair> environment)
The environment variables to send to the container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environment(Consumer<KeyValuePair.Builder>... environment)
The environment variables to send to the container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environment(KeyValuePair... environment)
The environment variables to send to the container.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environmentFiles(Collection<EnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environmentFiles(Consumer<EnvironmentFile.Builder>... environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.environmentFiles(EnvironmentFile... environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.memory(Integer memory)
The hard limit (in MiB) of memory to present to the container, instead of the default value from the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.memoryReservation(Integer memoryReservation)
The soft limit (in MiB) of memory to reserve for the container, instead of the default value from the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.name(String name)
The name of the container that receives the override.
|
ContainerOverride.Builder |
ContainerOverride.Builder.resourceRequirements(Collection<ResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.resourceRequirements(Consumer<ResourceRequirement.Builder>... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.Builder.resourceRequirements(ResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
ContainerOverride.Builder |
ContainerOverride.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerOverride.Builder> |
ContainerOverride.serializableBuilderClass() |
Copyright © 2022. All rights reserved.