Interface AuthChallengeRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AuthChallengeRequest.Builder,
,AuthChallengeRequest> SdkBuilder<AuthChallengeRequest.Builder,
,AuthChallengeRequest> SdkPojo
- Enclosing class:
AuthChallengeRequest
@Mutable
@NotThreadSafe
public static interface AuthChallengeRequest.Builder
extends SdkPojo, CopyableBuilder<AuthChallengeRequest.Builder,AuthChallengeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionauthorizationUrl
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-