Interface WebExperience.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WebExperience.Builder,WebExperience>,SdkBuilder<WebExperience.Builder,WebExperience>,SdkPojo
- Enclosing class:
- WebExperience
public static interface WebExperience.Builder extends SdkPojo, CopyableBuilder<WebExperience.Builder,WebExperience>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebExperience.BuildercreatedAt(Instant createdAt)The Unix timestamp when the Amazon Q Business application was last updated.WebExperience.BuilderdefaultEndpoint(String defaultEndpoint)The endpoint URLs for your Amazon Q Business web experience.WebExperience.Builderstatus(String status)The status of your Amazon Q Business web experience.WebExperience.Builderstatus(WebExperienceStatus status)The status of your Amazon Q Business web experience.WebExperience.BuilderupdatedAt(Instant updatedAt)The Unix timestamp when your Amazon Q Business web experience was updated.WebExperience.BuilderwebExperienceId(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, sdkFields
-
-
-
-
Method Detail
-
webExperienceId
WebExperience.Builder webExperienceId(String 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
WebExperience.Builder createdAt(Instant 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
WebExperience.Builder updatedAt(Instant 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
WebExperience.Builder defaultEndpoint(String 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
WebExperience.Builder status(String 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:
WebExperienceStatus,WebExperienceStatus
-
status
WebExperience.Builder status(WebExperienceStatus 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:
WebExperienceStatus,WebExperienceStatus
-
-