Interface Limit.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Limit.Builder,Limit>,SdkBuilder<Limit.Builder,Limit>,SdkPojo
- Enclosing class:
- Limit
public static interface Limit.Builder extends SdkPojo, CopyableBuilder<Limit.Builder,Limit>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Limit.Buildermax(Long max)The maximum number of protections that can be created for the specifiedType.Limit.Buildertype(String type)The type of protection.-
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
-
type
Limit.Builder type(String type)
The type of protection.
- Parameters:
type- The type of protection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
Limit.Builder max(Long max)
The maximum number of protections that can be created for the specified
Type.- Parameters:
max- The maximum number of protections that can be created for the specifiedType.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-