Interface AuthenticationMode.Builder

  • Method Details

    • type

      Specifies the authentication type. Possible options are IAM authentication, password and no password.

      Parameters:
      type - Specifies the authentication type. Possible options are IAM authentication, password and no password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      Specifies the authentication type. Possible options are IAM authentication, password and no password.

      Parameters:
      type - Specifies the authentication type. Possible options are IAM authentication, password and no password.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • passwords

      Specifies the passwords to use for authentication if Type is set to password.

      Parameters:
      passwords - Specifies the passwords to use for authentication if Type is set to password .
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • passwords

      AuthenticationMode.Builder passwords(String... passwords)

      Specifies the passwords to use for authentication if Type is set to password.

      Parameters:
      passwords - Specifies the passwords to use for authentication if Type is set to password .
      Returns:
      Returns a reference to this object so that method calls can be chained together.