GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.applicationId(String applicationId) |
The identifier of the Amazon Q application linked to the web experience.
|
default GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.authenticationConfiguration(Consumer<WebExperienceAuthConfiguration.Builder> authenticationConfiguration) |
The authentication configuration information for your Amazon Q web experience.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.authenticationConfiguration(WebExperienceAuthConfiguration authenticationConfiguration) |
The authentication configuration information for your Amazon Q web experience.
|
static GetWebExperienceResponse.Builder |
GetWebExperienceResponse.builder() |
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.createdAt(Instant createdAt) |
The Unix timestamp when the retriever was created.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.defaultEndpoint(String defaultEndpoint) |
The endpoint of your Amazon Q web experience.
|
default GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.error(Consumer<ErrorDetail.Builder> error) |
When the Status field value is FAILED, the ErrorMessage field contains
a description of the error that caused the data source connector to fail.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.error(ErrorDetail error) |
When the Status field value is FAILED, the ErrorMessage field contains
a description of the error that caused the data source connector to fail.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.samplePromptsControlMode(String samplePromptsControlMode) |
Determines whether sample prompts are enabled in the web experience for an end user.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.samplePromptsControlMode(WebExperienceSamplePromptsControlMode samplePromptsControlMode) |
Determines whether sample prompts are enabled in the web experience for an end user.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.status(String status) |
The current status of the Amazon Q web experience.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.status(WebExperienceStatus status) |
The current status of the Amazon Q web experience.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.subtitle(String subtitle) |
The subtitle for your Amazon Q web experience.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.title(String title) |
The title for your Amazon Q web experience.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.toBuilder() |
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.updatedAt(Instant updatedAt) |
The Unix timestamp when the data source connector was last updated.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.webExperienceArn(String webExperienceArn) |
The Amazon Resource Name (ARN) of the role with the permission to access the Amazon Q web experience and
required resources.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.webExperienceId(String webExperienceId) |
The identifier of the Amazon Q web experience.
|
GetWebExperienceResponse.Builder |
GetWebExperienceResponse.Builder.welcomeMessage(String welcomeMessage) |
The customized welcome message for end users of an Amazon Q web experience.
|