Interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder,
,AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails> SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder,
,AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails> SdkPojo
- Enclosing class:
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails
@Mutable
@NotThreadSafe
public static interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails>
-
Method Summary
Modifier and TypeMethodDescriptionThe dependency condition of the dependent container.containerName
(String containerName) The name of the dependent container.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
containerName
AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder containerName(String containerName) The name of the dependent container.
- Parameters:
containerName
- The name of the dependent container.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-