public static interface ListApiKeysResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<ListApiKeysResponse.Builder,ListApiKeysResponse>
| Modifier and Type | Method and Description |
|---|---|
ListApiKeysResponse.Builder |
apiKeySummaries(APIKeySummary... apiKeySummaries)
The array of key summaries.
|
ListApiKeysResponse.Builder |
apiKeySummaries(Collection<APIKeySummary> apiKeySummaries)
The array of key summaries.
|
ListApiKeysResponse.Builder |
apiKeySummaries(Consumer<APIKeySummary.Builder>... apiKeySummaries)
The array of key summaries.
|
ListApiKeysResponse.Builder |
applicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
|
ListApiKeysResponse.Builder |
nextMarker(String nextMarker)
When you request a list of objects with a
Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListApiKeysResponse.Builder nextMarker(String nextMarker)
When you request a list of objects with a Limit setting, if the number of objects that are still
available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To
retrieve the next batch of objects, provide the marker from the prior call in your next request.
nextMarker - When you request a list of objects with a Limit setting, if the number of objects that
are still available for retrieval exceeds the limit, WAF returns a NextMarker value in
the response. To retrieve the next batch of objects, provide the marker from the prior call in your
next request.ListApiKeysResponse.Builder apiKeySummaries(Collection<APIKeySummary> apiKeySummaries)
The array of key summaries. If you specified a Limit in your request, this might not be the full
list.
apiKeySummaries - The array of key summaries. If you specified a Limit in your request, this might not be
the full list.ListApiKeysResponse.Builder apiKeySummaries(APIKeySummary... apiKeySummaries)
The array of key summaries. If you specified a Limit in your request, this might not be the full
list.
apiKeySummaries - The array of key summaries. If you specified a Limit in your request, this might not be
the full list.ListApiKeysResponse.Builder apiKeySummaries(Consumer<APIKeySummary.Builder>... apiKeySummaries)
The array of key summaries. If you specified a Limit in your request, this might not be the full
list.
APIKeySummary.Builder avoiding the need to create one
manually via APIKeySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #apiKeySummaries(List.
apiKeySummaries - a consumer that will call methods on
APIKeySummary.Builder#apiKeySummaries(java.util.Collection) ListApiKeysResponse.Builder applicationIntegrationURL(String applicationIntegrationURL)
The CAPTCHA application integration URL, for use in your JavaScript implementation.
applicationIntegrationURL - The CAPTCHA application integration URL, for use in your JavaScript implementation.Copyright © 2023. All rights reserved.