static RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.builder() |
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.caseId(String caseId) |
The case ID.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.created(Instant created) |
The date and time when the quota increase request was received and the case ID was created.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.desiredValue(Double desiredValue) |
The new, increased value for the quota.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.globalQuota(Boolean globalQuota) |
Indicates whether the quota is global.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.id(String id) |
The unique identifier.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.lastUpdated(Instant lastUpdated) |
The date and time of the most recent change.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaArn(String quotaArn) |
The Amazon Resource Name (ARN) of the quota.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaCode(String quotaCode) |
Specifies the quota identifier.
|
default RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaContext(Consumer<QuotaContextInfo.Builder> quotaContext) |
The context for this service quota.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaContext(QuotaContextInfo quotaContext) |
The context for this service quota.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaName(String quotaName) |
Specifies the quota name.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaRequestedAtLevel(String quotaRequestedAtLevel) |
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel) |
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.requester(String requester) |
The IAM identity of the requester.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.serviceCode(String serviceCode) |
Specifies the service identifier.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.serviceName(String serviceName) |
Specifies the service name.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.status(String status) |
The state of the quota increase request.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.status(RequestStatus status) |
The state of the quota increase request.
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.toBuilder() |
|
RequestedServiceQuotaChange.Builder |
RequestedServiceQuotaChange.Builder.unit(String unit) |
The unit of measurement.
|