Interface QuotaInfo.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<QuotaInfo.Builder,
,QuotaInfo> SdkBuilder<QuotaInfo.Builder,
,QuotaInfo> SdkPojo
- Enclosing class:
QuotaInfo
@Mutable
@NotThreadSafe
public static interface QuotaInfo.Builder
extends SdkPojo, CopyableBuilder<QuotaInfo.Builder,QuotaInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe Service Quotas code for the Amazon Web Services service monitored with Automatic Management.The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.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
-
Method Details
-
quotaCode
The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.
- Parameters:
quotaCode
- The Service Quotas code for the Amazon Web Services service monitored with Automatic Management.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaName
The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.
- Parameters:
quotaName
- The Service Quotas name for the Amazon Web Services service monitored with Automatic Management.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-