Interface AuthenticationMode.Builder

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

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

    • type

      Indicates whether the user requires a password to authenticate. All newly-created users require a password.

      Parameters:
      type - Indicates whether the user requires a password to authenticate. All newly-created users require a password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Indicates whether the user requires a password to authenticate. All newly-created users require a password.

      Parameters:
      type - Indicates whether the user requires a password to authenticate. All newly-created users require a password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • passwords

      The password(s) used for authentication

      Parameters:
      passwords - The password(s) used for authentication
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwords

      AuthenticationMode.Builder passwords(String... passwords)

      The password(s) used for authentication

      Parameters:
      passwords - The password(s) used for authentication
      Returns:
      Returns a reference to this object so that method calls can be chained together.