Interface SuperuserParameters.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>, SdkBuilder<SuperuserParameters.Builder,SuperuserParameters>, SdkPojo
Enclosing class:
SuperuserParameters

public static interface SuperuserParameters.Builder extends SdkPojo, CopyableBuilder<SuperuserParameters.Builder,SuperuserParameters>
  • Method Details

    • emailAddress

      SuperuserParameters.Builder emailAddress(String emailAddress)

      The email address of the superuser.

      Parameters:
      emailAddress - The email address of the superuser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • firstName

      SuperuserParameters.Builder firstName(String firstName)

      The first name of the superuser.

      Parameters:
      firstName - The first name of the superuser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastName

      SuperuserParameters.Builder lastName(String lastName)

      The last name of the superuser.

      Parameters:
      lastName - The last name of the superuser.
      Returns:
      Returns a reference to this object so that method calls can be chained together.