Interface ContainerInstanceDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>, SdkBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>, SdkPojo
Enclosing class:
ContainerInstanceDetails

public static interface ContainerInstanceDetails.Builder extends SdkPojo, CopyableBuilder<ContainerInstanceDetails.Builder,ContainerInstanceDetails>
  • Method Details

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