Interface WebExperience.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<WebExperience.Builder,,- WebExperience> - SdkBuilder<WebExperience.Builder,,- WebExperience> - SdkPojo
- Enclosing class:
- WebExperience
@Mutable
@NotThreadSafe
public static interface WebExperience.Builder
extends SdkPojo, CopyableBuilder<WebExperience.Builder,WebExperience> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Unix timestamp when the Amazon Q Business application was last updated.defaultEndpoint(String defaultEndpoint) The endpoint URLs for your Amazon Q Business web experience.The status of your Amazon Q Business web experience.status(WebExperienceStatus status) The status of your Amazon Q Business web experience.The Unix timestamp when your Amazon Q Business web experience was updated.webExperienceId(String webExperienceId) The identifier of your Amazon Q Business web experience.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
webExperienceIdThe identifier of your Amazon Q Business web experience. - Parameters:
- webExperienceId- The identifier of your Amazon Q Business web experience.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe Unix timestamp when the Amazon Q Business application was last updated. - Parameters:
- createdAt- The Unix timestamp when the Amazon Q Business application was last updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
updatedAtThe Unix timestamp when your Amazon Q Business web experience was updated. - Parameters:
- updatedAt- The Unix timestamp when your Amazon Q Business web experience was updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultEndpointThe endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services. - Parameters:
- defaultEndpoint- The endpoint URLs for your Amazon Q Business web experience. The URLs are unique and fully hosted by Amazon Web Services.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe status of your Amazon Q Business web experience. - Parameters:
- status- The status of your Amazon Q Business web experience.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of your Amazon Q Business web experience. - Parameters:
- status- The status of your Amazon Q Business web experience.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-