public static interface ListLunaClientsResponse.Builder extends CloudHsmResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, 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.