Interface PlacementGroupInfo.Builder

  • Method Details

    • supportedStrategiesWithStrings

      PlacementGroupInfo.Builder supportedStrategiesWithStrings(Collection<String> supportedStrategies)

      The supported placement group types.

      Parameters:
      supportedStrategies - The supported placement group types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedStrategiesWithStrings

      PlacementGroupInfo.Builder supportedStrategiesWithStrings(String... supportedStrategies)

      The supported placement group types.

      Parameters:
      supportedStrategies - The supported placement group types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedStrategies

      PlacementGroupInfo.Builder supportedStrategies(Collection<PlacementGroupStrategy> supportedStrategies)

      The supported placement group types.

      Parameters:
      supportedStrategies - The supported placement group types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedStrategies

      PlacementGroupInfo.Builder supportedStrategies(PlacementGroupStrategy... supportedStrategies)

      The supported placement group types.

      Parameters:
      supportedStrategies - The supported placement group types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.