public static interface ServiceLimit.Builder extends SdkPojo, CopyableBuilder<ServiceLimit.Builder,ServiceLimit>
| Modifier and Type | Method and Description |
|---|---|
ServiceLimit.Builder |
isServiceLimited(Boolean isServiceLimited)
Specifies whether the account has met the quota that corresponds to the metric specified by the
UsageByAccount.type field in the response.
|
ServiceLimit.Builder |
unit(String unit)
The unit of measurement for the value specified by the value field.
|
ServiceLimit.Builder |
unit(Unit unit)
The unit of measurement for the value specified by the value field.
|
ServiceLimit.Builder |
value(Long value)
The value for the metric specified by the UsageByAccount.type field in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceLimit.Builder isServiceLimited(Boolean isServiceLimited)
Specifies whether the account has met the quota that corresponds to the metric specified by the UsageByAccount.type field in the response.
isServiceLimited - Specifies whether the account has met the quota that corresponds to the metric specified by the
UsageByAccount.type field in the response.ServiceLimit.Builder unit(String unit)
The unit of measurement for the value specified by the value field.
ServiceLimit.Builder unit(Unit unit)
The unit of measurement for the value specified by the value field.
ServiceLimit.Builder value(Long value)
The value for the metric specified by the UsageByAccount.type field in the response.
value - The value for the metric specified by the UsageByAccount.type field in the response.Copyright © 2020. All rights reserved.