static ContainerProperties.Builder |
ContainerProperties.builder() |
|
ContainerProperties.Builder |
ContainerProperties.Builder.command(String... command) |
The command that's passed to the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.command(Collection<String> command) |
The command that's passed to the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.environment(Collection<KeyValuePair> environment) |
The environment variables to pass to a container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.environment(Consumer<KeyValuePair.Builder>... environment) |
The environment variables to pass to a container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.environment(KeyValuePair... environment) |
The environment variables to pass to a container.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.ephemeralStorage(Consumer<EphemeralStorage.Builder> ephemeralStorage) |
The amount of ephemeral storage to allocate for the task.
|
ContainerProperties.Builder |
ContainerProperties.Builder.ephemeralStorage(EphemeralStorage ephemeralStorage) |
The amount of ephemeral storage to allocate for the task.
|
ContainerProperties.Builder |
ContainerProperties.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of the execution role that Batch can assume.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.fargatePlatformConfiguration(Consumer<FargatePlatformConfiguration.Builder> fargatePlatformConfiguration) |
The platform configuration for jobs that are running on Fargate resources.
|
ContainerProperties.Builder |
ContainerProperties.Builder.fargatePlatformConfiguration(FargatePlatformConfiguration fargatePlatformConfiguration) |
The platform configuration for jobs that are running on Fargate resources.
|
ContainerProperties.Builder |
ContainerProperties.Builder.image(String image) |
Required.
|
ContainerProperties.Builder |
ContainerProperties.Builder.instanceType(String instanceType) |
The instance type to use for a multi-node parallel job.
|
ContainerProperties.Builder |
ContainerProperties.Builder.jobRoleArn(String jobRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that the container can assume for Amazon Web Services
permissions.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.linuxParameters(Consumer<LinuxParameters.Builder> linuxParameters) |
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
ContainerProperties.Builder |
ContainerProperties.Builder.linuxParameters(LinuxParameters linuxParameters) |
Linux-specific modifications that are applied to the container, such as details for device mappings.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.logConfiguration(Consumer<LogConfiguration.Builder> logConfiguration) |
The log configuration specification for the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.logConfiguration(LogConfiguration logConfiguration) |
The log configuration specification for the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.memory(Integer memory) |
Deprecated.
|
ContainerProperties.Builder |
ContainerProperties.Builder.mountPoints(Collection<MountPoint> mountPoints) |
The mount points for data volumes in your container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.mountPoints(Consumer<MountPoint.Builder>... mountPoints) |
The mount points for data volumes in your container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.mountPoints(MountPoint... mountPoints) |
The mount points for data volumes in your container.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) |
The network configuration for jobs that are running on Fargate resources.
|
ContainerProperties.Builder |
ContainerProperties.Builder.networkConfiguration(NetworkConfiguration networkConfiguration) |
The network configuration for jobs that are running on Fargate resources.
|
ContainerProperties.Builder |
ContainerProperties.Builder.privileged(Boolean privileged) |
When this parameter is true, the container is given elevated permissions on the host container instance
(similar to the root user).
|
ContainerProperties.Builder |
ContainerProperties.Builder.readonlyRootFilesystem(Boolean readonlyRootFilesystem) |
When this parameter is true, the container is given read-only access to its root file system.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.repositoryCredentials(Consumer<RepositoryCredentials.Builder> repositoryCredentials) |
The private repository authentication credentials to use.
|
ContainerProperties.Builder |
ContainerProperties.Builder.repositoryCredentials(RepositoryCredentials repositoryCredentials) |
The private repository authentication credentials to use.
|
ContainerProperties.Builder |
ContainerProperties.Builder.resourceRequirements(Collection<ResourceRequirement> resourceRequirements) |
The type and amount of resources to assign to a container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.resourceRequirements(Consumer<ResourceRequirement.Builder>... resourceRequirements) |
The type and amount of resources to assign to a container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.resourceRequirements(ResourceRequirement... resourceRequirements) |
The type and amount of resources to assign to a container.
|
default ContainerProperties.Builder |
ContainerProperties.Builder.runtimePlatform(Consumer<RuntimePlatform.Builder> runtimePlatform) |
An object that represents the compute environment architecture for Batch jobs on Fargate.
|
ContainerProperties.Builder |
ContainerProperties.Builder.runtimePlatform(RuntimePlatform runtimePlatform) |
An object that represents the compute environment architecture for Batch jobs on Fargate.
|
ContainerProperties.Builder |
ContainerProperties.Builder.secrets(Collection<Secret> secrets) |
The secrets for the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.secrets(Consumer<Secret.Builder>... secrets) |
The secrets for the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.secrets(Secret... secrets) |
The secrets for the container.
|
ContainerProperties.Builder |
ContainerProperties.toBuilder() |
|
ContainerProperties.Builder |
ContainerProperties.Builder.ulimits(Collection<Ulimit> ulimits) |
A list of ulimits to set in the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.ulimits(Consumer<Ulimit.Builder>... ulimits) |
A list of ulimits to set in the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.ulimits(Ulimit... ulimits) |
A list of ulimits to set in the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.user(String user) |
The user name to use inside the container.
|
ContainerProperties.Builder |
ContainerProperties.Builder.vcpus(Integer vcpus) |
Deprecated.
|
ContainerProperties.Builder |
ContainerProperties.Builder.volumes(Collection<Volume> volumes) |
A list of data volumes used in a job.
|
ContainerProperties.Builder |
ContainerProperties.Builder.volumes(Consumer<Volume.Builder>... volumes) |
A list of data volumes used in a job.
|
ContainerProperties.Builder |
ContainerProperties.Builder.volumes(Volume... volumes) |
A list of data volumes used in a job.
|