Uses of Interface
software.amazon.awssdk.services.qbusiness.model.WebExperience.Builder
-
Packages that use WebExperience.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of WebExperience.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return WebExperience.Builder Modifier and Type Method Description static WebExperience.BuilderWebExperience. builder()WebExperience.BuilderWebExperience.Builder. createdAt(Instant createdAt)The Unix timestamp when the Amazon Q application was last updated.WebExperience.BuilderWebExperience.Builder. defaultEndpoint(String defaultEndpoint)The endpoint URLs for your Amazon Q web experience.WebExperience.BuilderWebExperience.Builder. status(String status)The status of your Amazon Q web experience.WebExperience.BuilderWebExperience.Builder. status(WebExperienceStatus status)The status of your Amazon Q web experience.WebExperience.BuilderWebExperience. toBuilder()WebExperience.BuilderWebExperience.Builder. updatedAt(Instant updatedAt)The Unix timestamp when your Amazon Q web experience was updated.WebExperience.BuilderWebExperience.Builder. webExperienceId(String webExperienceId)The identifier of your Amazon Q web experience.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type WebExperience.Builder Modifier and Type Method Description static Class<? extends WebExperience.Builder>WebExperience. serializableBuilderClass()
-