public static interface GetApiKeysRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
GetApiKeysRequest.Builder |
customerId(String customerId)
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer
portal.
|
GetApiKeysRequest.Builder |
includeValues(Boolean includeValues)
A boolean flag to specify whether (
true) or not (false) the result contains key
values. |
GetApiKeysRequest.Builder |
limit(Integer limit)
The maximum number of returned results per page.
|
GetApiKeysRequest.Builder |
nameQuery(String nameQuery)
The name of queried API keys.
|
GetApiKeysRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetApiKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetApiKeysRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetApiKeysRequest.Builder position(String position)
The current pagination position in the paged result set.
position - The current pagination position in the paged result set.GetApiKeysRequest.Builder limit(Integer limit)
The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
limit - The maximum number of returned results per page. The default value is 25 and the maximum value is 500.GetApiKeysRequest.Builder nameQuery(String nameQuery)
The name of queried API keys.
nameQuery - The name of queried API keys.GetApiKeysRequest.Builder customerId(String customerId)
The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a developer portal.
customerId - The identifier of a customer in Amazon Web Services Marketplace or an external system, such as a
developer portal.GetApiKeysRequest.Builder includeValues(Boolean includeValues)
A boolean flag to specify whether (true) or not (false) the result contains key
values.
includeValues - A boolean flag to specify whether (true) or not (false) the result contains
key values.GetApiKeysRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetApiKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.