public static interface ExperiencesSummary.Builder extends SdkPojo, CopyableBuilder<ExperiencesSummary.Builder,ExperiencesSummary>
| Modifier and Type | Method and Description |
|---|---|
ExperiencesSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when your Amazon Kendra experience was created.
|
ExperiencesSummary.Builder |
endpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary.Builder |
endpoints(Consumer<ExperienceEndpoint.Builder>... endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary.Builder |
endpoints(ExperienceEndpoint... endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary.Builder |
id(String id)
The identifier of your Amazon Kendra experience.
|
ExperiencesSummary.Builder |
name(String name)
The name of your Amazon Kendra experience.
|
ExperiencesSummary.Builder |
status(ExperienceStatus status)
The processing status of your Amazon Kendra experience.
|
ExperiencesSummary.Builder |
status(String status)
The processing status of your Amazon Kendra experience.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExperiencesSummary.Builder name(String name)
The name of your Amazon Kendra experience.
name - The name of your Amazon Kendra experience.ExperiencesSummary.Builder id(String id)
The identifier of your Amazon Kendra experience.
id - The identifier of your Amazon Kendra experience.ExperiencesSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when your Amazon Kendra experience was created.
createdAt - The Unix timestamp when your Amazon Kendra experience was created.ExperiencesSummary.Builder status(String status)
The processing status of your Amazon Kendra experience.
status - The processing status of your Amazon Kendra experience.ExperienceStatus,
ExperienceStatusExperiencesSummary.Builder status(ExperienceStatus status)
The processing status of your Amazon Kendra experience.
status - The processing status of your Amazon Kendra experience.ExperienceStatus,
ExperienceStatusExperiencesSummary.Builder endpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
endpoints - The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon
Web Services.ExperiencesSummary.Builder endpoints(ExperienceEndpoint... endpoints)
The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
endpoints - The endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon
Web Services.ExperiencesSummary.Builder endpoints(Consumer<ExperienceEndpoint.Builder>... 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 via ExperienceEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #endpoints(List.
endpoints - a consumer that will call methods on
ExperienceEndpoint.Builder#endpoints(java.util.Collection) Copyright © 2023. All rights reserved.