public static interface AccountDetail.Builder extends SdkPojo, CopyableBuilder<AccountDetail.Builder,AccountDetail>
Modifier and Type | Method and Description |
---|---|
AccountDetail.Builder |
accountId(String accountId)
The member account ID.
|
AccountDetail.Builder |
email(String email)
The email address of the member account.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AccountDetail.Builder accountId(String accountId)
The member account ID.
accountId
- The member account ID.AccountDetail.Builder email(String email)
The email address of the member account.
email
- The email address of the member account.