CopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
, SdkBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
public static interface ListHsmsResponse.Builder extends CopyableBuilder<ListHsmsResponse.Builder,ListHsmsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListHsmsResponse.Builder |
hsmList(String... hsmList) |
The list of ARNs that identify the HSMs.
|
ListHsmsResponse.Builder |
hsmList(Collection<String> hsmList) |
The list of ARNs that identify the HSMs.
|
ListHsmsResponse.Builder |
nextToken(String nextToken) |
If not null, more results are available.
|
copy
apply, build
ListHsmsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setHsmList(java.util.Collection)
or #withHsmList(java.util.Collection)
if you want to
override the existing values.
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.