Interface BasicAuthCredentials.Builder

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

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

    • username

      The username to use to connect to a resource.

      Parameters:
      username - The username to use to connect to a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      The password to use to connect to a resource.

      Parameters:
      password - The password to use to connect to a resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.