Interface UpdateWebExperienceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>,QBusinessRequest.Builder,SdkBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateWebExperienceRequest
public static interface UpdateWebExperienceRequest.Builder extends QBusinessRequest.Builder, SdkPojo, CopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description UpdateWebExperienceRequest.BuilderapplicationId(String applicationId)The identifier of the Amazon Q Business application attached to the web experience.default UpdateWebExperienceRequest.BuilderauthenticationConfiguration(Consumer<WebExperienceAuthConfiguration.Builder> authenticationConfiguration)Deprecated.Property associated with legacy SAML IdP flow.UpdateWebExperienceRequest.BuilderauthenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)Deprecated.Property associated with legacy SAML IdP flow.UpdateWebExperienceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateWebExperienceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateWebExperienceRequest.BuilderroleArn(String roleArn)The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.UpdateWebExperienceRequest.BuildersamplePromptsControlMode(String samplePromptsControlMode)Determines whether sample prompts are enabled in the web experience for an end user.UpdateWebExperienceRequest.BuildersamplePromptsControlMode(WebExperienceSamplePromptsControlMode samplePromptsControlMode)Determines whether sample prompts are enabled in the web experience for an end user.UpdateWebExperienceRequest.Buildersubtitle(String subtitle)The subtitle of the Amazon Q Business web experience.UpdateWebExperienceRequest.Buildertitle(String title)The title of the Amazon Q Business web experience.UpdateWebExperienceRequest.BuilderwebExperienceId(String webExperienceId)The identifier of the Amazon Q Business web experience.UpdateWebExperienceRequest.BuilderwelcomeMessage(String welcomeMessage)A customized welcome message for an end user in an Amazon Q Business web experience.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessRequest.Builder
build
-
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
-
applicationId
UpdateWebExperienceRequest.Builder applicationId(String applicationId)
The identifier of the Amazon Q Business application attached to the web experience.
- Parameters:
applicationId- The identifier of the Amazon Q Business application attached to the web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webExperienceId
UpdateWebExperienceRequest.Builder webExperienceId(String webExperienceId)
The identifier of the Amazon Q Business web experience.
- Parameters:
webExperienceId- The identifier of the Amazon Q Business web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
UpdateWebExperienceRequest.Builder roleArn(String roleArn)
The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationConfiguration
@Deprecated UpdateWebExperienceRequest.Builder authenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration)
Deprecated.Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.The authentication configuration of the Amazon Q Business web experience.
- Parameters:
authenticationConfiguration- The authentication configuration of the Amazon Q Business web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authenticationConfiguration
@Deprecated default UpdateWebExperienceRequest.Builder authenticationConfiguration(Consumer<WebExperienceAuthConfiguration.Builder> authenticationConfiguration)
Deprecated.Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management.The authentication configuration of the Amazon Q Business web experience.
This is a convenience method that creates an instance of theWebExperienceAuthConfiguration.Builderavoiding the need to create one manually viaWebExperienceAuthConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthenticationConfiguration(WebExperienceAuthConfiguration).- Parameters:
authenticationConfiguration- a consumer that will call methods onWebExperienceAuthConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
authenticationConfiguration(WebExperienceAuthConfiguration)
-
title
UpdateWebExperienceRequest.Builder title(String title)
The title of the Amazon Q Business web experience.
- Parameters:
title- The title of the Amazon Q Business web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subtitle
UpdateWebExperienceRequest.Builder subtitle(String subtitle)
The subtitle of the Amazon Q Business web experience.
- Parameters:
subtitle- The subtitle of the Amazon Q Business web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
welcomeMessage
UpdateWebExperienceRequest.Builder welcomeMessage(String welcomeMessage)
A customized welcome message for an end user in an Amazon Q Business web experience.
- Parameters:
welcomeMessage- A customized welcome message for an end user in an Amazon Q Business web experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
samplePromptsControlMode
UpdateWebExperienceRequest.Builder samplePromptsControlMode(String samplePromptsControlMode)
Determines whether sample prompts are enabled in the web experience for an end user.
- Parameters:
samplePromptsControlMode- Determines whether sample prompts are enabled in the web experience for an end user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WebExperienceSamplePromptsControlMode,WebExperienceSamplePromptsControlMode
-
samplePromptsControlMode
UpdateWebExperienceRequest.Builder samplePromptsControlMode(WebExperienceSamplePromptsControlMode samplePromptsControlMode)
Determines whether sample prompts are enabled in the web experience for an end user.
- Parameters:
samplePromptsControlMode- Determines whether sample prompts are enabled in the web experience for an end user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WebExperienceSamplePromptsControlMode,WebExperienceSamplePromptsControlMode
-
overrideConfiguration
UpdateWebExperienceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateWebExperienceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-