Interface QuotaContextInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QuotaContextInfo.Builder,QuotaContextInfo>,SdkBuilder<QuotaContextInfo.Builder,QuotaContextInfo>,SdkPojo
- Enclosing class:
- QuotaContextInfo
public static interface QuotaContextInfo.Builder extends SdkPojo, CopyableBuilder<QuotaContextInfo.Builder,QuotaContextInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QuotaContextInfo.BuildercontextId(String contextId)Specifies the Amazon Web Services account or resource to which the quota applies.QuotaContextInfo.BuildercontextScope(String contextScope)Specifies whether the quota applies to an Amazon Web Services account, or to a resource.QuotaContextInfo.BuildercontextScope(QuotaContextScope contextScope)Specifies whether the quota applies to an Amazon Web Services account, or to a resource.QuotaContextInfo.BuildercontextScopeType(String contextScopeType)When theContextScopeisRESOURCE, then this specifies the resource type of the specified resource.-
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
-
-
-
-
Method Detail
-
contextScope
QuotaContextInfo.Builder contextScope(String contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
- Parameters:
contextScope- Specifies whether the quota applies to an Amazon Web Services account, or to a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuotaContextScope,QuotaContextScope
-
contextScope
QuotaContextInfo.Builder contextScope(QuotaContextScope contextScope)
Specifies whether the quota applies to an Amazon Web Services account, or to a resource.
- Parameters:
contextScope- Specifies whether the quota applies to an Amazon Web Services account, or to a resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
QuotaContextScope,QuotaContextScope
-
contextScopeType
QuotaContextInfo.Builder contextScopeType(String contextScopeType)
When the
ContextScopeisRESOURCE, then this specifies the resource type of the specified resource.- Parameters:
contextScopeType- When theContextScopeisRESOURCE, then this specifies the resource type of the specified resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contextId
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.
- 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.
-
-