Interface AwsEcsTaskDefinitionContainerDefinitionsDependsOnDetails.Builder

  • 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

      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.