static SupportContainerDefinition.Builder |
SupportContainerDefinition.builder() |
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.containerName(String containerName) |
The container definition identifier.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.dependsOn(Collection<ContainerDependency> dependsOn) |
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.dependsOn(Consumer<ContainerDependency.Builder>... dependsOn) |
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.dependsOn(ContainerDependency... dependsOn) |
Indicates that the container relies on the status of other containers in the same container group during its
startup and shutdown sequences.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.environmentOverride(Collection<ContainerEnvironment> environmentOverride) |
A set of environment variables that's passed to the container on startup.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.environmentOverride(Consumer<ContainerEnvironment.Builder>... environmentOverride) |
A set of environment variables that's passed to the container on startup.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.environmentOverride(ContainerEnvironment... environmentOverride) |
A set of environment variables that's passed to the container on startup.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.essential(Boolean essential) |
Indicates whether the container is vital to the container group.
|
default SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.healthCheck(Consumer<ContainerHealthCheck.Builder> healthCheck) |
A configuration for a non-terminal health check.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.healthCheck(ContainerHealthCheck healthCheck) |
A configuration for a non-terminal health check.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.imageUri(String imageUri) |
The URI to the image that Amazon GameLift deploys to a container fleet.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.memoryHardLimitMebibytes(Integer memoryHardLimitMebibytes) |
The amount of memory that Amazon GameLift makes available to the container.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.mountPoints(Collection<ContainerMountPoint> mountPoints) |
A mount point that binds a path inside the container to a file or directory on the host system and lets it
access the file or directory.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.mountPoints(Consumer<ContainerMountPoint.Builder>... mountPoints) |
A mount point that binds a path inside the container to a file or directory on the host system and lets it
access the file or directory.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.mountPoints(ContainerMountPoint... mountPoints) |
A mount point that binds a path inside the container to a file or directory on the host system and lets it
access the file or directory.
|
default SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.portConfiguration(Consumer<ContainerPortConfiguration.Builder> portConfiguration) |
A set of ports that allow access to the container from external users.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.portConfiguration(ContainerPortConfiguration portConfiguration) |
A set of ports that allow access to the container from external users.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.resolvedImageDigest(String resolvedImageDigest) |
A unique and immutable identifier for the container image.
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.toBuilder() |
|
SupportContainerDefinition.Builder |
SupportContainerDefinition.Builder.vcpu(Double vcpu) |
The number of vCPU units that are reserved for the container.
|