CopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
, SdkBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
public static interface GetUsagePlanKeysRequest.Builder extends CopyableBuilder<GetUsagePlanKeysRequest.Builder,GetUsagePlanKeysRequest>
Modifier and Type | Method | Description |
---|---|---|
GetUsagePlanKeysRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetUsagePlanKeysRequest.Builder |
nameQuery(String nameQuery) |
A query parameter specifying the name of the to-be-returned usage plan keys.
|
GetUsagePlanKeysRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetUsagePlanKeysRequest.Builder |
usagePlanId(String usagePlanId) |
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.
|
copy
apply, build
GetUsagePlanKeysRequest.Builder usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved UsagePlanKey resource representing a plan customer.
usagePlanId
- The Id of the UsagePlan resource representing the usage plan containing the to-be-retrieved
UsagePlanKey resource representing a plan customer.GetUsagePlanKeysRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetUsagePlanKeysRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.GetUsagePlanKeysRequest.Builder nameQuery(String nameQuery)
A query parameter specifying the name of the to-be-returned usage plan keys.
nameQuery
- A query parameter specifying the name of the to-be-returned usage plan keys.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.