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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
authorizationUrlThe 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.
 
 
-