static BatchContainerOverrides.Builder |
BatchContainerOverrides.builder() |
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.command(String... command) |
The command to send to the container that overrides the default command from the Docker image or the task
definition.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.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.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.environment(Collection<BatchEnvironmentVariable> environment) |
The environment variables to send to the container.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.environment(Consumer<BatchEnvironmentVariable.Builder>... environment) |
The environment variables to send to the container.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.environment(BatchEnvironmentVariable... environment) |
The environment variables to send to the container.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.instanceType(String instanceType) |
The instance type to use for a multi-node parallel job.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.resourceRequirements(Collection<BatchResourceRequirement> resourceRequirements) |
The type and amount of resources to assign to a container.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.resourceRequirements(Consumer<BatchResourceRequirement.Builder>... resourceRequirements) |
The type and amount of resources to assign to a container.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.resourceRequirements(BatchResourceRequirement... resourceRequirements) |
The type and amount of resources to assign to a container.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.toBuilder() |
|