Interface CustomAuthCredentials.Builder

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

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

    • customAuthenticationType

      CustomAuthCredentials.Builder customAuthenticationType(String customAuthenticationType)

      The custom authentication type that the connector uses.

      Parameters:
      customAuthenticationType - The custom authentication type that the connector uses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • credentialsMap

      CustomAuthCredentials.Builder credentialsMap(Map<String,String> credentialsMap)

      A map that holds custom authentication credentials.

      Parameters:
      credentialsMap - A map that holds custom authentication credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.