CopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>, SdkBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>public static interface GetApiKeysRequest.Builder extends CopyableBuilder<GetApiKeysRequest.Builder,GetApiKeysRequest>
| Modifier and Type | Method | 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 ApiKeys to get information about.
|
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.
|
copyapply, 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 ApiKeys to get information about.
limit - The maximum number of ApiKeys to get information about.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.