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 Summary
Modifier and TypeMethodDescriptionThe endpoint of your Amazon Kendra experience.endpointType
(String endpointType) The type of endpoint for your Amazon Kendra experience.endpointType
(EndpointType endpointType) The type of endpoint for 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
-
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 isHOME
, 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
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 isHOME
, 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
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.
-