public static interface AccountAttribute.Builder extends SdkPojo, CopyableBuilder<AccountAttribute.Builder,AccountAttribute>
| Modifier and Type | Method and Description |
|---|---|
AccountAttribute.Builder |
name(AccountAttributeName name)
The name of the account attribute.
|
AccountAttribute.Builder |
name(String name)
The name of the account attribute.
|
AccountAttribute.Builder |
value(String value)
The value associated with the account attribute name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountAttribute.Builder name(String name)
The name of the account attribute.
name - The name of the account attribute.AccountAttributeName,
AccountAttributeNameAccountAttribute.Builder name(AccountAttributeName name)
The name of the account attribute.
name - The name of the account attribute.AccountAttributeName,
AccountAttributeNameAccountAttribute.Builder value(String value)
The value associated with the account attribute name.
value - The value associated with the account attribute name.Copyright © 2023. All rights reserved.