public static interface QuotaContextInfo.Builder extends SdkPojo, CopyableBuilder<QuotaContextInfo.Builder,QuotaContextInfo>
| Modifier and Type | Method and Description |
|---|---|
QuotaContextInfo.Builder |
contextId(String contextId)
Specifies the Amazon Web Services account or resource to which the quota applies.
|
QuotaContextInfo.Builder |
contextScope(QuotaContextScope contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
|
QuotaContextInfo.Builder |
contextScope(String contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
|
QuotaContextInfo.Builder |
contextScopeType(String contextScopeType)
When the
ContextScope is RESOURCE, then this specifies the resource type of the
specified resource. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQuotaContextInfo.Builder contextScope(String contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
contextScope - Specifies whether the quota applies to an Amazon Web Services account, or to a resource.QuotaContextScope,
QuotaContextScopeQuotaContextInfo.Builder contextScope(QuotaContextScope contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
contextScope - Specifies whether the quota applies to an Amazon Web Services account, or to a resource.QuotaContextScope,
QuotaContextScopeQuotaContextInfo.Builder contextScopeType(String contextScopeType)
When the ContextScope is RESOURCE, then this specifies the resource type of the
specified resource.
contextScopeType - When the ContextScope is RESOURCE, then this specifies the resource type of
the specified resource.QuotaContextInfo.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.Copyright © 2023. All rights reserved.