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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListHapgsResponse.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.