@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExperienceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateExperienceRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateExperienceRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClientToken()
A token that you provide to identify the request to create your Amazon Kendra experience.
|
ExperienceConfiguration |
getConfiguration()
Provides the configuration information for your Amazon Kendra experience.
|
String |
getDescription()
A description for your Amazon Kendra experience.
|
String |
getIndexId()
The identifier of the index for your Amazon Kendra experience.
|
String |
getName()
A name for your Amazon Kendra experience.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access
Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO
that stores your user and group information. |
int |
hashCode() |
void |
setClientToken(String clientToken)
A token that you provide to identify the request to create your Amazon Kendra experience.
|
void |
setConfiguration(ExperienceConfiguration configuration)
Provides the configuration information for your Amazon Kendra experience.
|
void |
setDescription(String description)
A description for your Amazon Kendra experience.
|
void |
setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
void |
setName(String name)
A name for your Amazon Kendra experience.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access
Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO
that stores your user and group information. |
String |
toString()
Returns a string representation of this object.
|
CreateExperienceRequest |
withClientToken(String clientToken)
A token that you provide to identify the request to create your Amazon Kendra experience.
|
CreateExperienceRequest |
withConfiguration(ExperienceConfiguration configuration)
Provides the configuration information for your Amazon Kendra experience.
|
CreateExperienceRequest |
withDescription(String description)
A description for your Amazon Kendra experience.
|
CreateExperienceRequest |
withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
CreateExperienceRequest |
withName(String name)
A name for your Amazon Kendra experience.
|
CreateExperienceRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access
Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO
that stores your user and group information. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setName(String name)
A name for your Amazon Kendra experience.
name - A name for your Amazon Kendra experience.public String getName()
A name for your Amazon Kendra experience.
public CreateExperienceRequest withName(String name)
A name for your Amazon Kendra experience.
name - A name for your Amazon Kendra experience.public void setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId - The identifier of the index for your Amazon Kendra experience.public String getIndexId()
The identifier of the index for your Amazon Kendra experience.
public CreateExperienceRequest withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
indexId - The identifier of the index for your Amazon Kendra experience.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO
that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
roleArn - The Amazon Resource Name (ARN) of a role with permission to access Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services
SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.public String getRoleArn()
The Amazon Resource Name (ARN) of a role with permission to access Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO
that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services
SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.public CreateExperienceRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services SSO
that stores your user and group information. For more information, see IAM roles for Amazon Kendra.
roleArn - The Amazon Resource Name (ARN) of a role with permission to access Query operations,
QuerySuggestions operations, SubmitFeedback operations, and Amazon Web Services
SSO that stores your user and group information. For more information, see IAM roles for Amazon Kendra.public void setConfiguration(ExperienceConfiguration configuration)
Provides 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 - Provides 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()
Provides 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 CreateExperienceRequest withConfiguration(ExperienceConfiguration configuration)
Provides 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 - Provides 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 setDescription(String description)
A description for your Amazon Kendra experience.
description - A description for your Amazon Kendra experience.public String getDescription()
A description for your Amazon Kendra experience.
public CreateExperienceRequest withDescription(String description)
A description for your Amazon Kendra experience.
description - A description for your Amazon Kendra experience.public void setClientToken(String clientToken)
A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the
CreateExperience operation with the same client token creates only one Amazon Kendra experience.
clientToken - A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls
to the CreateExperience operation with the same client token creates only one Amazon Kendra
experience.public String getClientToken()
A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the
CreateExperience operation with the same client token creates only one Amazon Kendra experience.
CreateExperience operation with the same client token creates only one Amazon Kendra
experience.public CreateExperienceRequest withClientToken(String clientToken)
A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls to the
CreateExperience operation with the same client token creates only one Amazon Kendra experience.
clientToken - A token that you provide to identify the request to create your Amazon Kendra experience. Multiple calls
to the CreateExperience operation with the same client token creates only one Amazon Kendra
experience.public String toString()
toString in class ObjectObject.toString()public CreateExperienceRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.