| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
EcsEnvironmentVariable |
EcsEnvironmentVariable.clone() |
EcsEnvironmentVariable |
EcsEnvironmentVariable.withName(String name)
The name of the key-value pair.
|
EcsEnvironmentVariable |
EcsEnvironmentVariable.withValue(String value)
The value of the key-value pair.
|
| Modifier and Type | Method and Description |
|---|---|
List<EcsEnvironmentVariable> |
EcsContainerOverride.getEnvironment()
The environment variables to send to the container.
|
| Modifier and Type | Method and Description |
|---|---|
EcsContainerOverride |
EcsContainerOverride.withEnvironment(EcsEnvironmentVariable... environment)
The environment variables to send to the container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EcsContainerOverride.setEnvironment(Collection<EcsEnvironmentVariable> environment)
The environment variables to send to the container.
|
EcsContainerOverride |
EcsContainerOverride.withEnvironment(Collection<EcsEnvironmentVariable> environment)
The environment variables to send to the container.
|
Copyright © 2022. All rights reserved.