public static interface QuotaSettings.Builder extends SdkPojo, CopyableBuilder<QuotaSettings.Builder,QuotaSettings>
| Modifier and Type | Method and Description |
|---|---|
QuotaSettings.Builder |
limit(Integer limit)
The target 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuotaSettings.Builder limit(Integer limit)
The target maximum number of requests that can be made in a given time period.
limit - The target 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,
QuotaPeriodTypeQuotaSettings.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,
QuotaPeriodTypeCopyright © 2023. All rights reserved.