public static interface RequestedServiceQuotaChange.Builder extends SdkPojo, CopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestedServiceQuotaChange.Builder id(String id)
The unique identifier.
id - The unique identifier.RequestedServiceQuotaChange.Builder caseId(String caseId)
The case ID.
caseId - The case ID.RequestedServiceQuotaChange.Builder serviceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.RequestedServiceQuotaChange.Builder serviceName(String serviceName)
The service name.
serviceName - The service name.RequestedServiceQuotaChange.Builder quotaCode(String quotaCode)
The quota identifier.
quotaCode - The quota identifier.RequestedServiceQuotaChange.Builder quotaName(String quotaName)
The quota name.
quotaName - The quota name.RequestedServiceQuotaChange.Builder desiredValue(Double desiredValue)
The new, increased value for the quota.
desiredValue - The new, increased value for the quota.RequestedServiceQuotaChange.Builder status(String status)
The state of the quota increase request.
status - The state of the quota increase request.RequestStatus,
RequestStatusRequestedServiceQuotaChange.Builder status(RequestStatus status)
The state of the quota increase request.
status - The state of the quota increase request.RequestStatus,
RequestStatusRequestedServiceQuotaChange.Builder created(Instant created)
The date and time when the quota increase request was received and the case ID was created.
created - The date and time when the quota increase request was received and the case ID was created.RequestedServiceQuotaChange.Builder lastUpdated(Instant lastUpdated)
The date and time of the most recent change.
lastUpdated - The date and time of the most recent change.RequestedServiceQuotaChange.Builder requester(String requester)
The IAM identity of the requester.
requester - The IAM identity of the requester.RequestedServiceQuotaChange.Builder quotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
quotaArn - The Amazon Resource Name (ARN) of the quota.RequestedServiceQuotaChange.Builder globalQuota(Boolean globalQuota)
Indicates whether the quota is global.
globalQuota - Indicates whether the quota is global.RequestedServiceQuotaChange.Builder unit(String unit)
The unit of measurement.
unit - The unit of measurement.Copyright © 2022. All rights reserved.