public static interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder |
condition(String condition)
The dependency condition of the dependent container.
|
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder |
containerName(String containerName)
The name of the dependent container.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder condition(String condition)
The dependency condition of the dependent container. Indicates the required status of the dependent container before the current container can start. Valid values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
condition - The dependency condition of the dependent container. Indicates the required status of the dependent
container before the current container can start. Valid values are as follows:
COMPLETE
HEALTHY
SUCCESS
START
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder containerName(String containerName)
The name of the dependent container.
containerName - The name of the dependent container.Copyright © 2023. All rights reserved.