Interface RequestedServiceQuotaChange.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RequestedServiceQuotaChange.Builder,
,RequestedServiceQuotaChange> SdkBuilder<RequestedServiceQuotaChange.Builder,
,RequestedServiceQuotaChange> SdkPojo
- Enclosing class:
RequestedServiceQuotaChange
-
Method Summary
Modifier and TypeMethodDescriptionThe case ID.The date and time when the quota increase request was received and the case ID was created.desiredValue
(Double desiredValue) The new, increased value for the quota.globalQuota
(Boolean globalQuota) Indicates whether the quota is global.The unique identifier.lastUpdated
(Instant lastUpdated) The date and time of the most recent change.The Amazon Resource Name (ARN) of the quota.Specifies the quota identifier.quotaContext
(Consumer<QuotaContextInfo.Builder> quotaContext) The context for this service quota.quotaContext
(QuotaContextInfo quotaContext) The context for this service quota.Specifies the quota name.quotaRequestedAtLevel
(String quotaRequestedAtLevel) Filters the response to return quota requests for theACCOUNT
,RESOURCE
, orALL
levels.quotaRequestedAtLevel
(AppliedLevelEnum quotaRequestedAtLevel) Filters the response to return quota requests for theACCOUNT
,RESOURCE
, orALL
levels.The IAM identity of the requester.serviceCode
(String serviceCode) Specifies the service identifier.serviceName
(String serviceName) Specifies the service name.The state of the quota increase request.status
(RequestStatus status) The state of the quota increase request.The unit of measurement.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier.
- Parameters:
id
- The unique identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
caseId
The case ID.
- Parameters:
caseId
- The case ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCode
Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.
- Parameters:
serviceCode
- Specifies the service identifier. To find the service code value for an Amazon Web Services service, use the ListServices operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
Specifies the service name.
- Parameters:
serviceName
- Specifies the service name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
quotaCode
- Specifies the quota identifier. To find the quota code for a specific quota, use the ListServiceQuotas operation, and look for theQuotaCode
response in the output for the quota you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaName
Specifies the quota name.
- Parameters:
quotaName
- Specifies the quota name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredValue
The new, increased value for the quota.
- Parameters:
desiredValue
- The new, increased value for the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The state of the quota increase request.
-
PENDING
: The quota increase request is under review by Amazon Web Services. -
CASE_OPENED
: Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. -
APPROVED
: The quota increase request is approved. -
DENIED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
NOT APPROVED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
CASE_CLOSED
: The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. -
INVALID_REQUEST
: Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of theContextId
is invalid.
- Parameters:
status
- The state of the quota increase request.-
PENDING
: The quota increase request is under review by Amazon Web Services. -
CASE_OPENED
: Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. -
APPROVED
: The quota increase request is approved. -
DENIED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
NOT APPROVED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
CASE_CLOSED
: The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. -
INVALID_REQUEST
: Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of theContextId
is invalid.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
status
The state of the quota increase request.
-
PENDING
: The quota increase request is under review by Amazon Web Services. -
CASE_OPENED
: Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. -
APPROVED
: The quota increase request is approved. -
DENIED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
NOT APPROVED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
CASE_CLOSED
: The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. -
INVALID_REQUEST
: Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of theContextId
is invalid.
- Parameters:
status
- The state of the quota increase request.-
PENDING
: The quota increase request is under review by Amazon Web Services. -
CASE_OPENED
: Service Quotas opened a support case to process the quota increase request. Follow-up on the support case for more information. -
APPROVED
: The quota increase request is approved. -
DENIED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
NOT APPROVED
: The quota increase request can't be approved by Service Quotas. Contact Amazon Web Services Support for more details. -
CASE_CLOSED
: The support case associated with this quota increase request was closed. Check the support case correspondence for the outcome of your quota request. -
INVALID_REQUEST
: Service Quotas couldn't process your resource-level quota increase request because the Amazon Resource Name (ARN) specified as part of theContextId
is invalid.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
created
The date and time when the quota increase request was received and the case ID was created.
- Parameters:
created
- The date and time when the quota increase request was received and the case ID was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdated
The date and time of the most recent change.
- Parameters:
lastUpdated
- The date and time of the most recent change.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requester
The IAM identity of the requester.
- Parameters:
requester
- The IAM identity of the requester.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaArn
The Amazon Resource Name (ARN) of the quota.
- Parameters:
quotaArn
- The Amazon Resource Name (ARN) of the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
globalQuota
Indicates whether the quota is global.
- Parameters:
globalQuota
- Indicates whether the quota is global.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unit
The unit of measurement.
- Parameters:
unit
- The unit of measurement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaRequestedAtLevel
Filters the response to return quota requests for the
ACCOUNT
,RESOURCE
, orALL
levels.ACCOUNT
is the default.- Parameters:
quotaRequestedAtLevel
- Filters the response to return quota requests for theACCOUNT
,RESOURCE
, orALL
levels.ACCOUNT
is the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quotaRequestedAtLevel
Filters the response to return quota requests for the
ACCOUNT
,RESOURCE
, orALL
levels.ACCOUNT
is the default.- Parameters:
quotaRequestedAtLevel
- Filters the response to return quota requests for theACCOUNT
,RESOURCE
, orALL
levels.ACCOUNT
is the default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
quotaContext
The context for this service quota.
- Parameters:
quotaContext
- The context for this service quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaContext
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 viaQuotaContextInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toquotaContext(QuotaContextInfo)
.- Parameters:
quotaContext
- a consumer that will call methods onQuotaContextInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-