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