public static interface GetServiceQuotaRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<GetServiceQuotaRequest.Builder,GetServiceQuotaRequest>
| Modifier and Type | Method and Description |
|---|---|
GetServiceQuotaRequest.Builder |
contextId(String contextId)
Specifies the Amazon Web Services account or resource to which the quota applies.
|
GetServiceQuotaRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetServiceQuotaRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetServiceQuotaRequest.Builder |
quotaCode(String quotaCode)
Specifies the quota identifier.
|
GetServiceQuotaRequest.Builder |
serviceCode(String serviceCode)
Specifies the service identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceQuotaRequest.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.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 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.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.
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.GetServiceQuotaRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetServiceQuotaRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.