Interface ExperienceEndpoint.Builder

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

public static interface ExperienceEndpoint.Builder extends SdkPojo, CopyableBuilder<ExperienceEndpoint.Builder,ExperienceEndpoint>
  • Method Details

    • endpointType

      ExperienceEndpoint.Builder endpointType(String endpointType)

      The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.

      Parameters:
      endpointType - The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpointType

      ExperienceEndpoint.Builder endpointType(EndpointType endpointType)

      The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.

      Parameters:
      endpointType - The type of endpoint for your Amazon Kendra experience. The type currently available is HOME, which is a unique and fully hosted URL to the home page of your Amazon Kendra experience.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • endpoint

      ExperienceEndpoint.Builder endpoint(String endpoint)

      The endpoint of your Amazon Kendra experience.

      Parameters:
      endpoint - The endpoint of your Amazon Kendra experience.
      Returns:
      Returns a reference to this object so that method calls can be chained together.