| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
static EcsContainerOverride.Builder |
EcsContainerOverride.builder() |
EcsContainerOverride.Builder |
EcsContainerOverride.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.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.command(String... command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.cpu(Integer cpu)
The number of
cpu units reserved for the container, instead of the default value from the task
definition. |
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environment(Collection<EcsEnvironmentVariable> environment)
The environment variables to send to the container.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environment(Consumer<EcsEnvironmentVariable.Builder>... environment)
The environment variables to send to the container.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environment(EcsEnvironmentVariable... environment)
The environment variables to send to the container.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environmentFiles(Collection<EcsEnvironmentFile> environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environmentFiles(Consumer<EcsEnvironmentFile.Builder>... environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.environmentFiles(EcsEnvironmentFile... environmentFiles)
A list of files containing the environment variables to pass to a container, instead of the value from the
container definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.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.
|
EcsContainerOverride.Builder |
EcsContainerOverride.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.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.name(String name)
The name of the container that receives the override.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.resourceRequirements(Collection<EcsResourceRequirement> resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.resourceRequirements(Consumer<EcsResourceRequirement.Builder>... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.Builder.resourceRequirements(EcsResourceRequirement... resourceRequirements)
The type and amount of a resource to assign to a container, instead of the default value from the task
definition.
|
EcsContainerOverride.Builder |
EcsContainerOverride.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EcsContainerOverride.Builder> |
EcsContainerOverride.serializableBuilderClass() |
Copyright © 2023. All rights reserved.