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 |
apiKeys(Consumer<ApiKey.Builder>... 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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
apply, build
ListApiKeysResponse.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 apiKeys(Consumer<ApiKey.Builder>... apiKeys)
The ApiKey
objects.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #apiKeys(List)
.apiKeys
- a consumer that will call methods on List.Builder
#apiKeys(List)
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.