public static interface QuotaSettings.Builder extends CopyableBuilder<QuotaSettings.Builder,QuotaSettings>
Modifier and Type | Method and Description |
---|---|
QuotaSettings.Builder |
limit(Integer limit)
The maximum number of requests that can be made in a given time period.
|
QuotaSettings.Builder |
offset(Integer offset)
The number of requests subtracted from the given limit in the initial time period.
|
QuotaSettings.Builder |
period(QuotaPeriodType period)
The time period in which the limit applies.
|
QuotaSettings.Builder |
period(String period)
The time period in which the limit applies.
|
copy
applyMutation, build
QuotaSettings.Builder limit(Integer limit)
The maximum number of requests that can be made in a given time period.
limit
- The maximum number of requests that can be made in a given time period.QuotaSettings.Builder offset(Integer offset)
The number of requests subtracted from the given limit in the initial time period.
offset
- The number of requests subtracted from the given limit in the initial time period.QuotaSettings.Builder period(String period)
The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".
period
- The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".QuotaPeriodType
,
QuotaPeriodType
QuotaSettings.Builder period(QuotaPeriodType period)
The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".
period
- The time period in which the limit applies. Valid values are "DAY", "WEEK" or "MONTH".QuotaPeriodType
,
QuotaPeriodType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.