public static interface RequestedServiceQuotaChange.Builder extends SdkPojo, CopyableBuilder<RequestedServiceQuotaChange.Builder,RequestedServiceQuotaChange>
| Modifier and Type | Method and Description |
|---|---|
RequestedServiceQuotaChange.Builder |
caseId(String caseId)
The case ID.
|
RequestedServiceQuotaChange.Builder |
created(Instant created)
The date and time when the quota increase request was received and the case ID was created.
|
RequestedServiceQuotaChange.Builder |
desiredValue(Double desiredValue)
The new, increased value for the quota.
|
RequestedServiceQuotaChange.Builder |
globalQuota(Boolean globalQuota)
Indicates whether the quota is global.
|
RequestedServiceQuotaChange.Builder |
id(String id)
The unique identifier.
|
RequestedServiceQuotaChange.Builder |
lastUpdated(Instant lastUpdated)
The date and time of the most recent change.
|
RequestedServiceQuotaChange.Builder |
quotaArn(String quotaArn)
The Amazon Resource Name (ARN) of the quota.
|
RequestedServiceQuotaChange.Builder |
quotaCode(String quotaCode)
Specifies the quota identifier.
|
default RequestedServiceQuotaChange.Builder |
quotaContext(Consumer<QuotaContextInfo.Builder> quotaContext)
The context for this service quota.
|
RequestedServiceQuotaChange.Builder |
quotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
|
RequestedServiceQuotaChange.Builder |
quotaName(String quotaName)
Specifies the quota name.
|
RequestedServiceQuotaChange.Builder |
quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange.Builder |
quotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
|
RequestedServiceQuotaChange.Builder |
requester(String requester)
The IAM identity of the requester.
|
RequestedServiceQuotaChange.Builder |
serviceCode(String serviceCode)
Specifies the service identifier.
|
RequestedServiceQuotaChange.Builder |
serviceName(String serviceName)
Specifies the service name.
|
RequestedServiceQuotaChange.Builder |
status(RequestStatus status)
The state of the quota increase request.
|
RequestedServiceQuotaChange.Builder |
status(String status)
The state of the quota increase request.
|
RequestedServiceQuotaChange.Builder |
unit(String unit)
The unit of measurement.
|
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)
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
serviceCode - Specifies the service identifier. To find the service code value for an Amazon Web Services service,
use the ListServices operation.RequestedServiceQuotaChange.Builder serviceName(String serviceName)
Specifies the service name.
serviceName - Specifies the service name.RequestedServiceQuotaChange.Builder quotaCode(String quotaCode)
Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas
operation, and look for the QuotaCode response in the output for the quota you want.
quotaCode - Specifies the quota identifier. To find the quota code for a specific quota, use the
ListServiceQuotas operation, and look for the QuotaCode response in the output for
the quota you want.RequestedServiceQuotaChange.Builder quotaName(String quotaName)
Specifies the quota name.
quotaName - Specifies 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.RequestedServiceQuotaChange.Builder quotaRequestedAtLevel(String quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
quotaRequestedAtLevel - Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnum,
AppliedLevelEnumRequestedServiceQuotaChange.Builder quotaRequestedAtLevel(AppliedLevelEnum quotaRequestedAtLevel)
Specifies at which level within the Amazon Web Services account the quota request applies to.
quotaRequestedAtLevel - Specifies at which level within the Amazon Web Services account the quota request applies to.AppliedLevelEnum,
AppliedLevelEnumRequestedServiceQuotaChange.Builder quotaContext(QuotaContextInfo quotaContext)
The context for this service quota.
quotaContext - The context for this service quota.default RequestedServiceQuotaChange.Builder quotaContext(Consumer<QuotaContextInfo.Builder> quotaContext)
The context for this service quota.
This is a convenience method that creates an instance of theQuotaContextInfo.Builder avoiding the
need to create one manually via QuotaContextInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to quotaContext(QuotaContextInfo).
quotaContext - a consumer that will call methods on QuotaContextInfo.BuilderquotaContext(QuotaContextInfo)Copyright © 2023. All rights reserved.