Interface AccountAttribute.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AccountAttribute.Builder,
,AccountAttribute> SdkBuilder<AccountAttribute.Builder,
,AccountAttribute> SdkPojo
- Enclosing class:
AccountAttribute
public static interface AccountAttribute.Builder
extends SdkPojo, CopyableBuilder<AccountAttribute.Builder,AccountAttribute>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the account attribute.name
(AccountAttributeName name) The name of the account attribute.The value associated with the account attribute 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 Details
-
name
The name of the account attribute.
- Parameters:
name
- The name of the account attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the account attribute.
- Parameters:
name
- The name of the account attribute.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value associated with the account attribute name.
- Parameters:
value
- The value associated with the account attribute name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-