Interface RequestServiceQuotaIncreaseRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<RequestServiceQuotaIncreaseRequest.Builder,
,RequestServiceQuotaIncreaseRequest> SdkBuilder<RequestServiceQuotaIncreaseRequest.Builder,
,RequestServiceQuotaIncreaseRequest> SdkPojo
,SdkRequest.Builder
,ServiceQuotasRequest.Builder
- Enclosing class:
RequestServiceQuotaIncreaseRequest
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the resource with an Amazon Resource Name (ARN).desiredValue
(Double desiredValue) Specifies the new, increased value for the quota.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the quota identifier.serviceCode
(String serviceCode) Specifies the service identifier.supportCaseAllowed
(Boolean supportCaseAllowed) Specifies if an Amazon Web Services Support case can be opened for the quota increase request.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasRequest.Builder
build
-
Method Details
-
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.
-
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.
-
desiredValue
Specifies the new, increased value for the quota.
- Parameters:
desiredValue
- Specifies the new, increased value for the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextId
Specifies the resource with an Amazon Resource Name (ARN).
- Parameters:
contextId
- Specifies the resource with an Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
supportCaseAllowed
Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional.
By default, this flag is set to
True
and Amazon Web Services may create a support case for some quota increase requests. You can set this flag toFalse
if you do not want a support case created when you request a quota increase. If you set the flag toFalse
, Amazon Web Services does not open a support case and updates the request status toNot approved
.- Parameters:
supportCaseAllowed
- Specifies if an Amazon Web Services Support case can be opened for the quota increase request. This parameter is optional.By default, this flag is set to
True
and Amazon Web Services may create a support case for some quota increase requests. You can set this flag toFalse
if you do not want a support case created when you request a quota increase. If you set the flag toFalse
, Amazon Web Services does not open a support case and updates the request status toNot approved
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RequestServiceQuotaIncreaseRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RequestServiceQuotaIncreaseRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-