public static interface ListApiKeysResponse.Builder extends AppSyncResponse.Builder, SdkPojo, 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 pass in the next request to this operation to return the next set of items in the list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 pass in the next request to this operation to return the next set of items in the list.
nextToken - An identifier to pass in the next request to this operation to return the next set of items in the
list.Copyright © 2022. All rights reserved.