@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeExperienceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeExperienceResult() |
Modifier and Type | Method and Description |
---|---|
DescribeExperienceResult |
clone() |
boolean |
equals(Object obj) |
ExperienceConfiguration |
getConfiguration()
Shows the configuration information for your Amazon Kendra experience.
|
Date |
getCreatedAt()
Shows the date-time your Amazon Kendra experience was created.
|
String |
getDescription()
Shows the description for your Amazon Kendra experience.
|
List<ExperienceEndpoint> |
getEndpoints()
Shows the endpoint URLs for your Amazon Kendra experiences.
|
String |
getErrorMessage()
The reason your Amazon Kendra experience could not properly process.
|
String |
getId()
Shows the identifier of your Amazon Kendra experience.
|
String |
getIndexId()
Shows the identifier of the index for your Amazon Kendra experience.
|
String |
getName()
Shows the name of your Amazon Kendra experience.
|
String |
getRoleArn()
Shows the Amazon Resource Name (ARN) of a role with permission to access
Query API,
QuerySuggestions API, SubmitFeedback API, and Amazon Web Services SSO that stores your
user and group information. |
String |
getStatus()
The current processing status of your Amazon Kendra experience.
|
Date |
getUpdatedAt()
Shows the date-time your Amazon Kendra experience was last updated.
|
int |
hashCode() |
void |
setConfiguration(ExperienceConfiguration configuration)
Shows the configuration information for your Amazon Kendra experience.
|
void |
setCreatedAt(Date createdAt)
Shows the date-time your Amazon Kendra experience was created.
|
void |
setDescription(String description)
Shows the description for your Amazon Kendra experience.
|
void |
setEndpoints(Collection<ExperienceEndpoint> endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
void |
setErrorMessage(String errorMessage)
The reason your Amazon Kendra experience could not properly process.
|
void |
setId(String id)
Shows the identifier of your Amazon Kendra experience.
|
void |
setIndexId(String indexId)
Shows the identifier of the index for your Amazon Kendra experience.
|
void |
setName(String name)
Shows the name of your Amazon Kendra experience.
|
void |
setRoleArn(String roleArn)
Shows the Amazon Resource Name (ARN) of a role with permission to access
Query API,
QuerySuggestions API, SubmitFeedback API, and Amazon Web Services SSO that stores your
user and group information. |
void |
setStatus(String status)
The current processing status of your Amazon Kendra experience.
|
void |
setUpdatedAt(Date updatedAt)
Shows the date-time your Amazon Kendra experience was last updated.
|
String |
toString()
Returns a string representation of this object.
|
DescribeExperienceResult |
withConfiguration(ExperienceConfiguration configuration)
Shows the configuration information for your Amazon Kendra experience.
|
DescribeExperienceResult |
withCreatedAt(Date createdAt)
Shows the date-time your Amazon Kendra experience was created.
|
DescribeExperienceResult |
withDescription(String description)
Shows the description for your Amazon Kendra experience.
|
DescribeExperienceResult |
withEndpoints(Collection<ExperienceEndpoint> endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
DescribeExperienceResult |
withEndpoints(ExperienceEndpoint... endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences.
|
DescribeExperienceResult |
withErrorMessage(String errorMessage)
The reason your Amazon Kendra experience could not properly process.
|
DescribeExperienceResult |
withId(String id)
Shows the identifier of your Amazon Kendra experience.
|
DescribeExperienceResult |
withIndexId(String indexId)
Shows the identifier of the index for your Amazon Kendra experience.
|
DescribeExperienceResult |
withName(String name)
Shows the name of your Amazon Kendra experience.
|
DescribeExperienceResult |
withRoleArn(String roleArn)
Shows the Amazon Resource Name (ARN) of a role with permission to access
Query API,
QuerySuggestions API, SubmitFeedback API, and Amazon Web Services SSO that stores your
user and group information. |
DescribeExperienceResult |
withStatus(ExperienceStatus status)
The current processing status of your Amazon Kendra experience.
|
DescribeExperienceResult |
withStatus(String status)
The current processing status of your Amazon Kendra experience.
|
DescribeExperienceResult |
withUpdatedAt(Date updatedAt)
Shows the date-time your Amazon Kendra experience was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
Shows the identifier of your Amazon Kendra experience.
id
- Shows the identifier of your Amazon Kendra experience.public String getId()
Shows the identifier of your Amazon Kendra experience.
public DescribeExperienceResult withId(String id)
Shows the identifier of your Amazon Kendra experience.
id
- Shows the identifier of your Amazon Kendra experience.public void setIndexId(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.public String getIndexId()
Shows the identifier of the index for your Amazon Kendra experience.
public DescribeExperienceResult withIndexId(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.public void setName(String name)
Shows the name of your Amazon Kendra experience.
name
- Shows the name of your Amazon Kendra experience.public String getName()
Shows the name of your Amazon Kendra experience.
public DescribeExperienceResult withName(String name)
Shows the name of your Amazon Kendra experience.
name
- Shows the name of your Amazon Kendra experience.public List<ExperienceEndpoint> getEndpoints()
Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
public void setEndpoints(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.public DescribeExperienceResult withEndpoints(ExperienceEndpoint... endpoints)
Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon Web Services.
NOTE: This method appends the values to the existing list (if any). Use
setEndpoints(java.util.Collection)
or withEndpoints(java.util.Collection)
if you want to
override the existing values.
endpoints
- Shows the endpoint URLs for your Amazon Kendra experiences. The URLs are unique and fully hosted by Amazon
Web Services.public DescribeExperienceResult withEndpoints(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.public void setConfiguration(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.public ExperienceConfiguration getConfiguration()
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.
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.public DescribeExperienceResult withConfiguration(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.public void setCreatedAt(Date createdAt)
Shows the date-time your Amazon Kendra experience was created.
createdAt
- Shows the date-time your Amazon Kendra experience was created.public Date getCreatedAt()
Shows the date-time your Amazon Kendra experience was created.
public DescribeExperienceResult withCreatedAt(Date createdAt)
Shows the date-time your Amazon Kendra experience was created.
createdAt
- Shows the date-time your Amazon Kendra experience was created.public void setUpdatedAt(Date updatedAt)
Shows the date-time your Amazon Kendra experience was last updated.
updatedAt
- Shows the date-time your Amazon Kendra experience was last updated.public Date getUpdatedAt()
Shows the date-time your Amazon Kendra experience was last updated.
public DescribeExperienceResult withUpdatedAt(Date updatedAt)
Shows the date-time your Amazon Kendra experience was last updated.
updatedAt
- Shows the date-time your Amazon Kendra experience was last updated.public void setDescription(String description)
Shows the description for your Amazon Kendra experience.
description
- Shows the description for your Amazon Kendra experience.public String getDescription()
Shows the description for your Amazon Kendra experience.
public DescribeExperienceResult withDescription(String description)
Shows the description for your Amazon Kendra experience.
description
- Shows the description for your Amazon Kendra experience.public void setStatus(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
public String getStatus()
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.
ACTIVE
,
your Amazon Kendra experience is ready to use. When the status is FAILED
, the
ErrorMessage
field contains the reason that this failed.ExperienceStatus
public DescribeExperienceResult withStatus(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
public DescribeExperienceResult withStatus(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
public void setRoleArn(String roleArn)
Shows the Amazon Resource Name (ARN) of a role with permission to access Query
API,
QuerySuggestions
API, SubmitFeedback
API, and Amazon Web Services SSO 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 Amazon Web Services SSO that
stores your user and group information.public String getRoleArn()
Shows the Amazon Resource Name (ARN) of a role with permission to access Query
API,
QuerySuggestions
API, SubmitFeedback
API, and Amazon Web Services SSO that stores your
user and group information.
Query
API,
QuerySuggestions
API, SubmitFeedback
API, and Amazon Web Services SSO that
stores your user and group information.public DescribeExperienceResult withRoleArn(String roleArn)
Shows the Amazon Resource Name (ARN) of a role with permission to access Query
API,
QuerySuggestions
API, SubmitFeedback
API, and Amazon Web Services SSO 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 Amazon Web Services SSO that
stores your user and group information.public void setErrorMessage(String errorMessage)
The reason your Amazon Kendra experience could not properly process.
errorMessage
- The reason your Amazon Kendra experience could not properly process.public String getErrorMessage()
The reason your Amazon Kendra experience could not properly process.
public DescribeExperienceResult withErrorMessage(String errorMessage)
The reason your Amazon Kendra experience could not properly process.
errorMessage
- The reason your Amazon Kendra experience could not properly process.public String toString()
toString
in class Object
Object.toString()
public DescribeExperienceResult clone()