Class UpdateWebExperienceRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.qbusiness.model.QBusinessRequest
-
- software.amazon.awssdk.services.qbusiness.model.UpdateWebExperienceRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateWebExperienceRequest extends QBusinessRequest implements ToCopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateWebExperienceRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringapplicationId()The identifier of the Amazon Q Business application attached to the web experience.WebExperienceAuthConfigurationauthenticationConfiguration()Deprecated.Property associated with legacy SAML IdP flow.static UpdateWebExperienceRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.WebExperienceSamplePromptsControlModesamplePromptsControlMode()Determines whether sample prompts are enabled in the web experience for an end user.StringsamplePromptsControlModeAsString()Determines whether sample prompts are enabled in the web experience for an end user.List<SdkField<?>>sdkFields()static Class<? extends UpdateWebExperienceRequest.Builder>serializableBuilderClass()Stringsubtitle()The subtitle of the Amazon Q Business web experience.Stringtitle()The title of the Amazon Q Business web experience.UpdateWebExperienceRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringwebExperienceId()The identifier of the Amazon Q Business web experience.StringwelcomeMessage()A customized welcome message for an end user in an Amazon Q Business web experience.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
applicationId
public final String applicationId()
The identifier of the Amazon Q Business application attached to the web experience.
- Returns:
- The identifier of the Amazon Q Business application attached to the web experience.
-
webExperienceId
public final String webExperienceId()
The identifier of the Amazon Q Business web experience.
- Returns:
- The identifier of the Amazon Q Business web experience.
-
roleArn
public final String roleArn()
The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.
- Returns:
- The Amazon Resource Name (ARN) of the role with permission to access the Amazon Q Business web experience and required resources.
-
authenticationConfiguration
@Deprecated public final 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.
- Returns:
- The authentication configuration of the Amazon Q Business web experience.
-
title
public final String title()
The title of the Amazon Q Business web experience.
- Returns:
- The title of the Amazon Q Business web experience.
-
subtitle
public final String subtitle()
The subtitle of the Amazon Q Business web experience.
- Returns:
- The subtitle of the Amazon Q Business web experience.
-
welcomeMessage
public final String welcomeMessage()
A customized welcome message for an end user in an Amazon Q Business web experience.
- Returns:
- A customized welcome message for an end user in an Amazon Q Business web experience.
-
samplePromptsControlMode
public final WebExperienceSamplePromptsControlMode samplePromptsControlMode()
Determines whether sample prompts are enabled in the web experience for an end user.
If the service returns an enum value that is not available in the current SDK version,
samplePromptsControlModewill returnWebExperienceSamplePromptsControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsamplePromptsControlModeAsString().- Returns:
- Determines whether sample prompts are enabled in the web experience for an end user.
- See Also:
WebExperienceSamplePromptsControlMode
-
samplePromptsControlModeAsString
public final String samplePromptsControlModeAsString()
Determines whether sample prompts are enabled in the web experience for an end user.
If the service returns an enum value that is not available in the current SDK version,
samplePromptsControlModewill returnWebExperienceSamplePromptsControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsamplePromptsControlModeAsString().- Returns:
- Determines whether sample prompts are enabled in the web experience for an end user.
- See Also:
WebExperienceSamplePromptsControlMode
-
toBuilder
public UpdateWebExperienceRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateWebExperienceRequest.Builder,UpdateWebExperienceRequest>- Specified by:
toBuilderin classQBusinessRequest
-
builder
public static UpdateWebExperienceRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateWebExperienceRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-