| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
BatchContainerOverrides |
BatchContainerOverrides.clone() |
BatchContainerOverrides |
PipeTargetBatchJobParameters.getContainerOverrides()
The overrides that are sent to a container.
|
BatchContainerOverrides |
BatchContainerOverrides.withCommand(Collection<String> command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
BatchContainerOverrides |
BatchContainerOverrides.withCommand(String... command)
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
BatchContainerOverrides |
BatchContainerOverrides.withEnvironment(BatchEnvironmentVariable... environment)
The environment variables to send to the container.
|
BatchContainerOverrides |
BatchContainerOverrides.withEnvironment(Collection<BatchEnvironmentVariable> environment)
The environment variables to send to the container.
|
BatchContainerOverrides |
BatchContainerOverrides.withInstanceType(String instanceType)
The instance type to use for a multi-node parallel job.
|
BatchContainerOverrides |
BatchContainerOverrides.withResourceRequirements(BatchResourceRequirement... resourceRequirements)
The type and amount of resources to assign to a container.
|
BatchContainerOverrides |
BatchContainerOverrides.withResourceRequirements(Collection<BatchResourceRequirement> resourceRequirements)
The type and amount of resources to assign to a container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipeTargetBatchJobParameters.setContainerOverrides(BatchContainerOverrides containerOverrides)
The overrides that are sent to a container.
|
PipeTargetBatchJobParameters |
PipeTargetBatchJobParameters.withContainerOverrides(BatchContainerOverrides containerOverrides)
The overrides that are sent to a container.
|
Copyright © 2024. All rights reserved.