public static interface GetApiKeysRequest.Builder extends APIGatewayRequest.Builder, CopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
| Modifier and Type | Method and Description |
|---|---|
GetApiKeysRequest.Builder |
customerId(String customerId)
The identifier of a customer in AWS 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 |
position(String position)
The current pagination position in the paged result set.
|
GetApiKeysRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetApiKeysRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, 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.
limit - The maximum number of returned results per page.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 AWS Marketplace or an external system, such as a developer portal.
customerId - The identifier of a customer in AWS 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetApiKeysRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.