public static interface ListLunaClientsResponse.Builder extends CloudHSMResponse.Builder, CopyableBuilder<ListLunaClientsResponse.Builder,ListLunaClientsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLunaClientsResponse.Builder |
clientList(Collection<String> clientList)
The list of clients.
|
ListLunaClientsResponse.Builder |
clientList(String... clientList)
The list of clients.
|
ListLunaClientsResponse.Builder |
nextToken(String nextToken)
If not null, more results are available.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListLunaClientsResponse.Builder clientList(Collection<String> clientList)
The list of clients.
clientList - The list of clients.ListLunaClientsResponse.Builder clientList(String... clientList)
The list of clients.
clientList - The list of clients.ListLunaClientsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this to ListLunaClients to retrieve the next set
of items.
nextToken - If not null, more results are available. Pass this to ListLunaClients to retrieve the
next set of items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.