Interface ExperiencesSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ExperiencesSummary.Builder,ExperiencesSummary>, SdkBuilder<ExperiencesSummary.Builder,ExperiencesSummary>, SdkPojo
Enclosing class:
ExperiencesSummary

public static interface ExperiencesSummary.Builder extends SdkPojo, CopyableBuilder<ExperiencesSummary.Builder,ExperiencesSummary>
  • 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

      ExperiencesSummary.Builder createdAt(Instant 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 the ExperienceEndpoint.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<ExperienceEndpoint>).

      Parameters:
      endpoints - a consumer that will call methods on ExperienceEndpoint.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: