Interface AuthConfig.Builder

  • Method Details

    • authType

      AuthConfig.Builder authType(String authType)

      The type of authentication used when calling the external application.

      Parameters:
      authType - The type of authentication used when calling the external application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • authType

      AuthConfig.Builder authType(AuthType authType)

      The type of authentication used when calling the external application.

      Parameters:
      authType - The type of authentication used when calling the external application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • credentialProviderIdentifier

      AuthConfig.Builder credentialProviderIdentifier(String credentialProviderIdentifier)

      The ARN of the Secrets Manager secret that stores the credentials. The secret must be accessible to Connect Customer.

      Parameters:
      credentialProviderIdentifier - The ARN of the Secrets Manager secret that stores the credentials. The secret must be accessible to Connect Customer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.