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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHapgsResponse.BuilderhapgList(String... hapgList)The list of high-availability partition groups.ListHapgsResponse.BuilderhapgList(Collection<String> hapgList)The list of high-availability partition groups.ListHapgsResponse.BuildernextToken(String nextToken)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
hapgList
ListHapgsResponse.Builder hapgList(Collection<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.
-
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
ListHapgsto retrieve the next set of items.- Parameters:
nextToken- If not null, more results are available. Pass this value toListHapgsto retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-