Interface ExperiencesSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExperiencesSummary.Builder,
,ExperiencesSummary> SdkBuilder<ExperiencesSummary.Builder,
,ExperiencesSummary> SdkPojo
- Enclosing class:
ExperiencesSummary
-
Method Summary
Modifier and TypeMethodDescriptionThe Unix timestamp when your Amazon Kendra experience was created.endpoints
(Collection<ExperienceEndpoint> endpoints) The endpoint URLs for your Amazon Kendra experiences.endpoints
(Consumer<ExperienceEndpoint.Builder>... endpoints) The endpoint URLs for your Amazon Kendra experiences.endpoints
(ExperienceEndpoint... endpoints) The endpoint URLs for your Amazon Kendra experiences.The identifier of your Amazon Kendra experience.The name of your Amazon Kendra experience.The processing status of your Amazon Kendra experience.status
(ExperienceStatus status) The processing status of your Amazon Kendra 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 Details
-
name
The name of your Amazon Kendra experience.
- Parameters:
name
- The name of your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of your Amazon Kendra experience.
- Parameters:
id
- The identifier of your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The Unix timestamp when your Amazon Kendra experience was created.
- Parameters:
createdAt
- The Unix timestamp when your Amazon Kendra experience was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The processing status of your Amazon Kendra experience.
- Parameters:
status
- The processing status of your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The processing status of your Amazon Kendra experience.
- Parameters:
status
- The processing status of your Amazon Kendra experience.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpoints
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
- Parameters:
endpoints
- The endpoint URLs for your Amazon Kendra experiences. 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.
-
endpoints
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
- Parameters:
endpoints
- The endpoint URLs for your Amazon Kendra experiences. 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.
-
endpoints
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
This is a convenience method that creates an instance of theExperienceEndpoint.Builder
avoiding the need to create one manually viaExperienceEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpoints(List<ExperienceEndpoint>)
.- Parameters:
endpoints
- a consumer that will call methods onExperienceEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-