CopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>, SdkBuilder<ListHapgsResponse.Builder,ListHapgsResponse>public static interface ListHapgsResponse.Builder extends CopyableBuilder<ListHapgsResponse.Builder,ListHapgsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
ListHapgsResponse.Builder |
hapgList(String... hapgList) |
The list of high-availability partition groups.
|
ListHapgsResponse.Builder |
hapgList(Collection<String> hapgList) |
The list of high-availability partition groups.
|
ListHapgsResponse.Builder |
nextToken(String nextToken) |
If not null, more results are available.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setHapgList(java.util.Collection) or #withHapgList(java.util.Collection) if you want to
override the existing values.
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.