Class CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty>
- Enclosing interface:
CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty
@Stability(Stable)
public static final class CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerName(String containerName)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
condition
@Stability(Stable) public CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder condition(String condition) - Parameters:
condition- The condition that the dependency container must reach before the dependent container can start. Valid conditions include:.- START - The dependency container must have started.
- COMPLETE - The dependency container has run to completion (exits). Use this condition with nonessential containers, such as those that run a script and then exit. The dependency container can't be an essential container.
- SUCCESS - The dependency container has run to completion and exited with a zero status. The dependency container can't be an essential container.
- HEALTHY - The dependency container has passed its Docker health check. Use this condition with dependency containers that have health checks configured. This condition is confirmed at container group startup only.
- Returns:
this
-
containerName
@Stability(Stable) public CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.Builder containerName(String containerName) Sets the value ofCfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty.getContainerName()- Parameters:
containerName- A descriptive label for the container definition that this container depends on.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty>- Returns:
- a new instance of
CfnContainerGroupDefinitionPropsMixin.ContainerDependencyProperty - Throws:
NullPointerException- if any required attribute was not provided
-