Interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder

    • Method Detail

      • condition

        AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.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

        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.