Interface ListHapgsResponse.Builder

  • Method Details

    • hapgList

      The list of high-availability partition groups.

      Parameters:
      hapgList - The list of high-availability partition groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hapgList

      ListHapgsResponse.Builder hapgList(String... hapgList)

      The list of high-availability partition groups.

      Parameters:
      hapgList - The list of high-availability partition groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListHapgsResponse.Builder nextToken(String nextToken)

      If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.

      Parameters:
      nextToken - If not null, more results are available. Pass this value to ListHapgs to retrieve the next set of items.
      Returns:
      Returns a reference to this object so that method calls can be chained together.