public static interface ListApiKeysResponse.Builder extends AppSyncResponse.Builder, CopyableBuilder<ListApiKeysResponse.Builder,ListApiKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApiKeysResponse.Builder |
apiKeys(ApiKey... apiKeys)
The
ApiKey objects. |
ListApiKeysResponse.Builder |
apiKeys(Collection<ApiKey> apiKeys)
The
ApiKey objects. |
ListApiKeysResponse.Builder |
nextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
|
buildcopyapply, buildListApiKeysResponse.Builder apiKeys(Collection<ApiKey> apiKeys)
The ApiKey objects.
apiKeys - The ApiKey objects.ListApiKeysResponse.Builder apiKeys(ApiKey... apiKeys)
The ApiKey objects.
apiKeys - The ApiKey objects.ListApiKeysResponse.Builder nextToken(String nextToken)
An identifier to be passed in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to be passed in the next request to this operation to return the next set of items in
the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.