Interface AuthChallengeRequestEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>, SdkBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>, SdkPojo
All Known Subinterfaces:
DefaultAuthChallengeRequestEvent.Builder
Enclosing class:
AuthChallengeRequestEvent

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

    • authorizationUrl

      AuthChallengeRequestEvent.Builder authorizationUrl(String authorizationUrl)

      The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.

      Parameters:
      authorizationUrl - The URL sent by Amazon Q Business to a third party authentication server in response to an authentication verification event activated by an end user request to use a custom plugin.
      Returns:
      Returns a reference to this object so that method calls can be chained together.