public static interface ListHsmsResponse.Builder extends CloudHSMResponse.Builder, CopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListHsmsResponse.Builder |
hsmList(Collection<String> hsmList)
The list of ARNs that identify the HSMs.
|
ListHsmsResponse.Builder |
hsmList(String... hsmList)
The list of ARNs that identify the HSMs.
|
ListHsmsResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListHsmsResponse.Builder hsmList(Collection<String> hsmList)
The list of ARNs that identify the HSMs.
hsmList - The list of ARNs that identify the HSMs.ListHsmsResponse.Builder hsmList(String... hsmList)
The list of ARNs that identify the HSMs.
hsmList - The list of ARNs that identify the HSMs.ListHsmsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value to ListHsms to retrieve the next set of
items.
nextToken - If not null, more results are available. Pass this value to ListHsms to retrieve the next
set of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.