public static interface ListHapgsResponse.Builder extends CloudHSMResponse.Builder, CopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHapgsResponse.Builder |
hapgList(Collection<String> hapgList)
The list of high-availability partition groups.
|
ListHapgsResponse.Builder |
hapgList(String... hapgList)
The list of high-availability partition groups.
|
ListHapgsResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListHapgsResponse.Builder hapgList(Collection<String> hapgList)
The list of high-availability partition groups.
hapgList - The list of high-availability partition groups.ListHapgsResponse.Builder hapgList(String... hapgList)
The list of high-availability partition groups.
hapgList - The list of high-availability partition groups.ListHapgsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value to ListHapgs to retrieve the next set
of items.
nextToken - If not null, more results are available. Pass this value to ListHapgs to retrieve the
next set of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.