Interface SamlProviderConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SamlProviderConfiguration.Builder,
,SamlProviderConfiguration> SdkBuilder<SamlProviderConfiguration.Builder,
,SamlProviderConfiguration> SdkPojo
- Enclosing class:
SamlProviderConfiguration
@Mutable
@NotThreadSafe
public static interface SamlProviderConfiguration.Builder
extends SdkPojo, CopyableBuilder<SamlProviderConfiguration.Builder,SamlProviderConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionauthenticationUrl
(String authenticationUrl) The URL where Amazon Q Business end users will be redirected for authentication.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
-
authenticationUrl
The URL where Amazon Q Business end users will be redirected for authentication.
- Parameters:
authenticationUrl
- The URL where Amazon Q Business end users will be redirected for authentication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-