Uses of Interface
software.amazon.awssdk.services.gamelift.model.ContainerHealthCheck.Builder
-
Packages that use ContainerHealthCheck.Builder Package Description software.amazon.awssdk.services.gamelift.model -
-
Uses of ContainerHealthCheck.Builder in software.amazon.awssdk.services.gamelift.model
Methods in software.amazon.awssdk.services.gamelift.model that return ContainerHealthCheck.Builder Modifier and Type Method Description static ContainerHealthCheck.BuilderContainerHealthCheck. builder()ContainerHealthCheck.BuilderContainerHealthCheck.Builder. command(String... command)A string array that specifies the command that the container runs to determine if it's healthy.ContainerHealthCheck.BuilderContainerHealthCheck.Builder. command(Collection<String> command)A string array that specifies the command that the container runs to determine if it's healthy.ContainerHealthCheck.BuilderContainerHealthCheck.Builder. interval(Integer interval)The time period (in seconds) between each health check.ContainerHealthCheck.BuilderContainerHealthCheck.Builder. retries(Integer retries)The number of times to retry a failed health check before the container is considered unhealthy.ContainerHealthCheck.BuilderContainerHealthCheck.Builder. startPeriod(Integer startPeriod)The optional grace period (in seconds) to give a container time to bootstrap before the first failed health check counts toward the number of retries.ContainerHealthCheck.BuilderContainerHealthCheck.Builder. timeout(Integer timeout)The time period (in seconds) to wait for a health check to succeed before a failed health check is counted.ContainerHealthCheck.BuilderContainerHealthCheck. toBuilder()Methods in software.amazon.awssdk.services.gamelift.model that return types with arguments of type ContainerHealthCheck.Builder Modifier and Type Method Description static Class<? extends ContainerHealthCheck.Builder>ContainerHealthCheck. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.gamelift.model with type arguments of type ContainerHealthCheck.Builder Modifier and Type Method Description default ContainerDefinition.BuilderContainerDefinition.Builder. healthCheck(Consumer<ContainerHealthCheck.Builder> healthCheck)A configuration for a non-terminal health check.default ContainerDefinitionInput.BuilderContainerDefinitionInput.Builder. healthCheck(Consumer<ContainerHealthCheck.Builder> healthCheck)Configuration for a non-terminal health check.
-