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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetApiKeysRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetApiKeysRequest.Builder |
position(String position)
The current pagination position in the paged result set.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetApiKeysRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.