static GameServerContainerDefinition.Builder |
GameServerContainerDefinition.builder() |
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.containerName(String containerName) |
The container definition identifier.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.dependsOn(Collection<ContainerDependency> dependsOn) |
Indicates that the container relies on the status of other containers in the same container group during
startup and shutdown sequences.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.dependsOn(Consumer<ContainerDependency.Builder>... dependsOn) |
Indicates that the container relies on the status of other containers in the same container group during
startup and shutdown sequences.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.dependsOn(ContainerDependency... dependsOn) |
Indicates that the container relies on the status of other containers in the same container group during
startup and shutdown sequences.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.environmentOverride(Collection<ContainerEnvironment> environmentOverride) |
A set of environment variables that's passed to the container on startup.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.environmentOverride(Consumer<ContainerEnvironment.Builder>... environmentOverride) |
A set of environment variables that's passed to the container on startup.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.environmentOverride(ContainerEnvironment... environmentOverride) |
A set of environment variables that's passed to the container on startup.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.imageUri(String imageUri) |
The URI to the image that Amazon GameLift uses when deploying this container to a container fleet.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.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.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.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.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.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 GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.portConfiguration(Consumer<ContainerPortConfiguration.Builder> portConfiguration) |
The set of ports that are available to bind to processes in the container.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.portConfiguration(ContainerPortConfiguration portConfiguration) |
The set of ports that are available to bind to processes in the container.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.resolvedImageDigest(String resolvedImageDigest) |
A unique and immutable identifier for the container image.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.Builder.serverSdkVersion(String serverSdkVersion) |
The Amazon GameLift server SDK version that the game server is integrated with.
|
GameServerContainerDefinition.Builder |
GameServerContainerDefinition.toBuilder() |
|