Interface Limit.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Limit.Builder,
,Limit> SdkBuilder<Limit.Builder,
,Limit> SdkPojo
- Enclosing class:
Limit
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum value of the limit.The name of the limit.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 Details
-
name
The name of the limit. The possible values are:
-
classic-listeners
-
classic-load-balancers
-
classic-registered-instances
- Parameters:
name
- The name of the limit. The possible values are:-
classic-listeners
-
classic-load-balancers
-
classic-registered-instances
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
max
The maximum value of the limit.
- Parameters:
max
- The maximum value of the limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-