CopyableBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest>
, SdkBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest>
public static interface GetUsagePlansRequest.Builder extends CopyableBuilder<GetUsagePlansRequest.Builder,GetUsagePlansRequest>
Modifier and Type | Method | Description |
---|---|---|
GetUsagePlansRequest.Builder |
keyId(String keyId) |
The identifier of the API key associated with the usage plans.
|
GetUsagePlansRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetUsagePlansRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
copy
apply, build
GetUsagePlansRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetUsagePlansRequest.Builder keyId(String keyId)
The identifier of the API key associated with the usage plans.
keyId
- The identifier of the API key associated with the usage plans.GetUsagePlansRequest.Builder limit(Integer limit)
The maximum number of returned results per page.
limit
- The maximum number of returned results per page.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.