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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExperienceEndpoint.Builderendpoint(String endpoint)The endpoint of your Amazon Kendra experience.ExperienceEndpoint.BuilderendpointType(String endpointType)The type of endpoint for your Amazon Kendra experience.ExperienceEndpoint.BuilderendpointType(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 Detail
-
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 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,EndpointType
-
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 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,EndpointType
-
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.
-
-