Interface AccountLimit.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountLimit.Builder,
,AccountLimit> SdkBuilder<AccountLimit.Builder,
,AccountLimit> SdkPojo
- Enclosing class:
AccountLimit
@Mutable
@NotThreadSafe
public static interface AccountLimit.Builder
extends SdkPojo, CopyableBuilder<AccountLimit.Builder,AccountLimit>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services set limit for that resource type, in US dollars.The name of the attribute to apply the account limit to.name
(AccountLimitName name) The name of the attribute to apply the account limit to.The current amount that has been spent, in US dollars.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the attribute to apply the account limit to.
- Parameters:
name
- The name of the attribute to apply the account limit to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the attribute to apply the account limit to.
- Parameters:
name
- The name of the attribute to apply the account limit to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
used
The current amount that has been spent, in US dollars.
- Parameters:
used
- The current amount that has been spent, in US dollars.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
max
The Amazon Web Services set limit for that resource type, in US dollars.
- Parameters:
max
- The Amazon Web Services set limit for that resource type, in US dollars.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-