Interface GetServiceQuotaRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetServiceQuotaRequest.Builder,GetServiceQuotaRequest>,SdkBuilder<GetServiceQuotaRequest.Builder,GetServiceQuotaRequest>,SdkPojo,SdkRequest.Builder,ServiceQuotasRequest.Builder
- Enclosing class:
- GetServiceQuotaRequest
public static interface GetServiceQuotaRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<GetServiceQuotaRequest.Builder,GetServiceQuotaRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetServiceQuotaRequest.BuildercontextId(String contextId)Specifies the Amazon Web Services account or resource to which the quota applies.GetServiceQuotaRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceQuotaRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceQuotaRequest.BuilderquotaCode(String quotaCode)Specifies the quota identifier.GetServiceQuotaRequest.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasRequest.Builder
build
-
-
-
-
Method Detail
-
serviceCode
GetServiceQuotaRequest.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.
-
quotaCode
GetServiceQuotaRequest.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.
-
contextId
GetServiceQuotaRequest.Builder contextId(String contextId)
Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.
- Parameters:
contextId- Specifies the Amazon Web Services account or resource to which the quota applies. The value in this field depends on the context scope associated with the specified service quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetServiceQuotaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetServiceQuotaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-