Interface ListHapgsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudHsmResponse.Builder, CopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>, SdkBuilder<ListHapgsResponse.Builder,ListHapgsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListHapgsResponse

public static interface ListHapgsResponse.Builder extends CloudHsmResponse.Builder, SdkPojo, CopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>
  • 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.