Interface LimitDefinitionType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<LimitDefinitionType.Builder,,LimitDefinitionType> SdkBuilder<LimitDefinitionType.Builder,,LimitDefinitionType> SdkPojo
- Enclosing class:
- LimitDefinitionType
@Mutable
@NotThreadSafe
public static interface LimitDefinitionType.Builder
extends SdkPojo, CopyableBuilder<LimitDefinitionType.Builder,LimitDefinitionType>
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) The attributes that identify the specific limit.limitClass(String limitClass) The class of the limit.limitClass(LimitClass limitClass) The class of the limit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
limitClass
The class of the limit. For API rate limits, this is
API_CATEGORY.- Parameters:
limitClass- The class of the limit. For API rate limits, this isAPI_CATEGORY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
limitClass
The class of the limit. For API rate limits, this is
API_CATEGORY.- Parameters:
limitClass- The class of the limit. For API rate limits, this isAPI_CATEGORY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
attributes
The attributes that identify the specific limit. For API rate limits, specify the
Categorykey with a value likeUserAuthenticationorUserCreation.- Parameters:
attributes- The attributes that identify the specific limit. For API rate limits, specify theCategorykey with a value likeUserAuthenticationorUserCreation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-