Interface ListHsmsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudHsmResponse.Builder,CopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>,SdkBuilder<ListHsmsResponse.Builder,ListHsmsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListHsmsResponse
public static interface ListHsmsResponse.Builder extends CloudHsmResponse.Builder, SdkPojo, CopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHsmsResponse.BuilderhsmList(String... hsmList)The list of ARNs that identify the HSMs.ListHsmsResponse.BuilderhsmList(Collection<String> hsmList)The list of ARNs that identify the HSMs.ListHsmsResponse.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
-
hsmList
ListHsmsResponse.Builder hsmList(Collection<String> hsmList)
The list of ARNs that identify the HSMs.
- Parameters:
hsmList- The list of ARNs that identify the HSMs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hsmList
ListHsmsResponse.Builder hsmList(String... hsmList)
The list of ARNs that identify the HSMs.
- Parameters:
hsmList- The list of ARNs that identify the HSMs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListHsmsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value to
ListHsmsto retrieve the next set of items.- Parameters:
nextToken- If not null, more results are available. Pass this value toListHsmsto retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-