CopyableBuilder<GetUsageRequest.Builder,GetUsageRequest>
, SdkBuilder<GetUsageRequest.Builder,GetUsageRequest>
public static interface GetUsageRequest.Builder extends CopyableBuilder<GetUsageRequest.Builder,GetUsageRequest>
Modifier and Type | Method | Description |
---|---|---|
GetUsageRequest.Builder |
endDate(String endDate) |
The ending date (e.g., 2016-12-31) of the usage data.
|
GetUsageRequest.Builder |
keyId(String keyId) |
The Id of the API key associated with the resultant usage data.
|
GetUsageRequest.Builder |
limit(Integer limit) |
The maximum number of returned results per page.
|
GetUsageRequest.Builder |
position(String position) |
The current pagination position in the paged result set.
|
GetUsageRequest.Builder |
startDate(String startDate) |
The starting date (e.g., 2016-01-01) of the usage data.
|
GetUsageRequest.Builder |
usagePlanId(String usagePlanId) |
The Id of the usage plan associated with the usage data.
|
copy
apply, build
GetUsageRequest.Builder usagePlanId(String usagePlanId)
The Id of the usage plan associated with the usage data.
usagePlanId
- The Id of the usage plan associated with the usage data.GetUsageRequest.Builder keyId(String keyId)
The Id of the API key associated with the resultant usage data.
keyId
- The Id of the API key associated with the resultant usage data.GetUsageRequest.Builder startDate(String startDate)
The starting date (e.g., 2016-01-01) of the usage data.
startDate
- The starting date (e.g., 2016-01-01) of the usage data.GetUsageRequest.Builder endDate(String endDate)
The ending date (e.g., 2016-12-31) of the usage data.
endDate
- The ending date (e.g., 2016-12-31) of the usage data.GetUsageRequest.Builder position(String position)
The current pagination position in the paged result set.
position
- The current pagination position in the paged result set.GetUsageRequest.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.