Interface AuthChallengeRequestEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>,SdkBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>,SdkPojo
- All Known Subinterfaces:
DefaultAuthChallengeRequestEvent.Builder
- All Known Implementing Classes:
AuthChallengeRequestEvent.BuilderImpl
- Enclosing class:
- AuthChallengeRequestEvent
public static interface AuthChallengeRequestEvent.Builder extends SdkPojo, CopyableBuilder<AuthChallengeRequestEvent.Builder,AuthChallengeRequestEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthChallengeRequestEvent.BuilderauthorizationUrl(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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-