Interface AuthChallengeRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>,SdkBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>,SdkPojo
- Enclosing class:
- AuthChallengeRequest
public static interface AuthChallengeRequest.Builder extends SdkPojo, CopyableBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthChallengeRequest.BuilderauthorizationUrl(String authorizationUrl)The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.-
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
AuthChallengeRequest.Builder authorizationUrl(String authorizationUrl)
The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.
- Parameters:
authorizationUrl- The URL sent by Amazon Q Business to the third party authentication server to authenticate a custom plugin user through an OAuth protocol.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-