Interface AccountLimit.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountLimit.Builder,AccountLimit>,SdkBuilder<AccountLimit.Builder,AccountLimit>,SdkPojo
- Enclosing class:
- AccountLimit
public static interface AccountLimit.Builder extends SdkPojo, CopyableBuilder<AccountLimit.Builder,AccountLimit>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccountLimit.Buildername(String name)The name of the account limit.AccountLimit.Buildervalue(Integer value)The value that's associated with the account limit name.-
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
AccountLimit.Builder name(String name)
The name of the account limit.
Values:
ConcurrentResourcesLimit|StackLimit|StackOutputsLimit- Parameters:
name- The name of the account limit.Values:
ConcurrentResourcesLimit|StackLimit|StackOutputsLimit- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AccountLimit.Builder value(Integer value)
The value that's associated with the account limit name.
- Parameters:
value- The value that's associated with the account limit name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-