public static interface DescribeExperienceResponse.Builder extends KendraResponse.Builder, SdkPojo, CopyableBuilder<DescribeExperienceResponse.Builder,DescribeExperienceResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeExperienceResponse.Builder |
configuration(Consumer<ExperienceConfiguration.Builder> configuration)
Shows the configuration information for your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
configuration(ExperienceConfiguration configuration)
Shows the configuration information for your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
createdAt(Instant createdAt)
The Unix timestamp when your Amazon Kendra experience was created.
|
DescribeExperienceResponse.Builder |
description(String description)
Shows the description for your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
endpoints(Collection<ExperienceEndpoint> endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
DescribeExperienceResponse.Builder |
endpoints(Consumer<ExperienceEndpoint.Builder>... endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
DescribeExperienceResponse.Builder |
endpoints(ExperienceEndpoint... endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
DescribeExperienceResponse.Builder |
errorMessage(String errorMessage)
The reason your Amazon Kendra experience could not properly process.
|
DescribeExperienceResponse.Builder |
id(String id)
Shows the identifier of your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
indexId(String indexId)
Shows the identifier of the index for your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
name(String name)
Shows the name of your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
roleArn(String roleArn)
Shows the Amazon Resource Name (ARN) of a role with permission to access
Query API,
QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your
user and group information. |
DescribeExperienceResponse.Builder |
status(ExperienceStatus status)
The current processing status of your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
status(String status)
The current processing status of your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when your Amazon Kendra experience was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeExperienceResponse.Builder id(String id)
Shows the identifier of your Amazon Kendra experience.
id - Shows the identifier of your Amazon Kendra experience.DescribeExperienceResponse.Builder indexId(String indexId)
Shows the identifier of the index for your Amazon Kendra experience.
indexId - Shows the identifier of the index for your Amazon Kendra experience.DescribeExperienceResponse.Builder name(String name)
Shows the name of your Amazon Kendra experience.
name - Shows the name of your Amazon Kendra experience.DescribeExperienceResponse.Builder endpoints(Collection<ExperienceEndpoint> endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
endpoints - Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by
Amazon Web Services.DescribeExperienceResponse.Builder endpoints(ExperienceEndpoint... endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
endpoints - Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by
Amazon Web Services.DescribeExperienceResponse.Builder endpoints(Consumer<ExperienceEndpoint.Builder>... endpoints)
Shows 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) DescribeExperienceResponse.Builder configuration(ExperienceConfiguration configuration)
Shows the configuration information for your Amazon Kendra experience. This includes
ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and
UserIdentityConfiguration, which specifies the user or group information to grant access to your
Amazon Kendra experience.
configuration - Shows the configuration information for your Amazon Kendra experience. This includes
ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and
UserIdentityConfiguration, which specifies the user or group information to grant access
to your Amazon Kendra experience.default DescribeExperienceResponse.Builder configuration(Consumer<ExperienceConfiguration.Builder> configuration)
Shows the configuration information for your Amazon Kendra experience. This includes
ContentSourceConfiguration, which specifies the data source IDs and/or FAQ IDs, and
UserIdentityConfiguration, which specifies the user or group information to grant access to your
Amazon Kendra experience.
ExperienceConfiguration.Builder avoiding
the need to create one manually via ExperienceConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to configuration(ExperienceConfiguration).
configuration - a consumer that will call methods on ExperienceConfiguration.Builderconfiguration(ExperienceConfiguration)DescribeExperienceResponse.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.DescribeExperienceResponse.Builder updatedAt(Instant updatedAt)
The Unix timestamp when your Amazon Kendra experience was last updated.
updatedAt - The Unix timestamp when your Amazon Kendra experience was last updated.DescribeExperienceResponse.Builder description(String description)
Shows the description for your Amazon Kendra experience.
description - Shows the description for your Amazon Kendra experience.DescribeExperienceResponse.Builder status(String status)
The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your
Amazon Kendra experience is ready to use. When the status is FAILED, the
ErrorMessage field contains the reason that this failed.
status - The current processing status of your Amazon Kendra experience. When the status is ACTIVE
, your Amazon Kendra experience is ready to use. When the status is FAILED, the
ErrorMessage field contains the reason that this failed.ExperienceStatus,
ExperienceStatusDescribeExperienceResponse.Builder status(ExperienceStatus status)
The current processing status of your Amazon Kendra experience. When the status is ACTIVE, your
Amazon Kendra experience is ready to use. When the status is FAILED, the
ErrorMessage field contains the reason that this failed.
status - The current processing status of your Amazon Kendra experience. When the status is ACTIVE
, your Amazon Kendra experience is ready to use. When the status is FAILED, the
ErrorMessage field contains the reason that this failed.ExperienceStatus,
ExperienceStatusDescribeExperienceResponse.Builder roleArn(String roleArn)
Shows the Amazon Resource Name (ARN) of a role with permission to access Query API,
QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that stores your
user and group information.
roleArn - Shows the Amazon Resource Name (ARN) of a role with permission to access Query API,
QuerySuggestions API, SubmitFeedback API, and IAM Identity Center that
stores your user and group information.DescribeExperienceResponse.Builder errorMessage(String errorMessage)
The reason your Amazon Kendra experience could not properly process.
errorMessage - The reason your Amazon Kendra experience could not properly process.Copyright © 2023. All rights reserved.