public static interface SuperuserParameters.Builder extends SdkPojo, CopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>
| Modifier and Type | Method and Description |
|---|---|
SuperuserParameters.Builder |
emailAddress(String emailAddress)
The email address of the superuser.
|
SuperuserParameters.Builder |
firstName(String firstName)
The first name of the superuser.
|
SuperuserParameters.Builder |
lastName(String lastName)
The last name of the superuser.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSuperuserParameters.Builder emailAddress(String emailAddress)
The email address of the superuser.
emailAddress - The email address of the superuser.SuperuserParameters.Builder firstName(String firstName)
The first name of the superuser.
firstName - The first name of the superuser.SuperuserParameters.Builder lastName(String lastName)
The last name of the superuser.
lastName - The last name of the superuser.Copyright © 2023. All rights reserved.