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 Summary
Modifier and TypeMethodDescriptionThe list of high-availability partition groups.hapgList
(Collection<String> hapgList) The list of high-availability partition groups.If not null, more results are available.Methods inherited from interface software.amazon.awssdk.services.cloudhsm.model.CloudHsmResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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
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
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 toListHapgs
to retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-