Interface PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder,PutServiceQuotaIncreaseRequestIntoTemplateRequest>,SdkBuilder<PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder,PutServiceQuotaIncreaseRequestIntoTemplateRequest>,SdkPojo,SdkRequest.Builder,ServiceQuotasRequest.Builder
- Enclosing class:
- PutServiceQuotaIncreaseRequestIntoTemplateRequest
public static interface PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder,PutServiceQuotaIncreaseRequestIntoTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutServiceQuotaIncreaseRequestIntoTemplateRequest.BuilderawsRegion(String awsRegion)Specifies the Amazon Web Services Region to which the template applies.PutServiceQuotaIncreaseRequestIntoTemplateRequest.BuilderdesiredValue(Double desiredValue)Specifies the new, increased value for the quota.PutServiceQuotaIncreaseRequestIntoTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutServiceQuotaIncreaseRequestIntoTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutServiceQuotaIncreaseRequestIntoTemplateRequest.BuilderquotaCode(String quotaCode)Specifies the quota identifier.PutServiceQuotaIncreaseRequestIntoTemplateRequest.BuilderserviceCode(String serviceCode)Specifies the service identifier.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasRequest.Builder
build
-
-
-
-
Method Detail
-
quotaCode
PutServiceQuotaIncreaseRequestIntoTemplateRequest.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
QuotaCoderesponse 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 theQuotaCoderesponse in the output for the quota you want.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCode
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder serviceCode(String 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.
-
awsRegion
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder awsRegion(String awsRegion)
Specifies the Amazon Web Services Region to which the template applies.
- Parameters:
awsRegion- Specifies the Amazon Web Services Region to which the template applies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
desiredValue
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder desiredValue(Double 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.
-
overrideConfiguration
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutServiceQuotaIncreaseRequestIntoTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-