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.Builder
max(String max)
The maximum value of the limit.Limit.Builder
name(String name)
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 Detail
-
name
Limit.Builder name(String 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
Limit.Builder max(String 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.
-
-