Interface ContainerInstanceDetails.Builder

    • Method Detail

      • coveredContainerInstances

        ContainerInstanceDetails.Builder coveredContainerInstances​(Long coveredContainerInstances)

        Represents the nodes in the Amazon ECS cluster that has a HEALTHY coverage status.

        Parameters:
        coveredContainerInstances - Represents the nodes in the Amazon ECS cluster that has a HEALTHY coverage status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • compatibleContainerInstances

        ContainerInstanceDetails.Builder compatibleContainerInstances​(Long compatibleContainerInstances)

        Represents total number of nodes in the Amazon ECS cluster.

        Parameters:
        compatibleContainerInstances - Represents total number of nodes in the Amazon ECS cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.