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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
webExperienceId
The 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.
-
createdAt
The 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.
-
updatedAt
The 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.
-
defaultEndpoint
The 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.
-
status
The 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:
-
status
The 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:
-