@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociatePersonasToEntitiesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
AssociatePersonasToEntitiesRequest() |
Modifier and Type | Method and Description |
---|---|
AssociatePersonasToEntitiesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of your Amazon Kendra experience.
|
String |
getIndexId()
The identifier of the index for your Amazon Kendra experience.
|
List<EntityPersonaConfiguration> |
getPersonas()
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
|
int |
hashCode() |
void |
setId(String id)
The identifier of your Amazon Kendra experience.
|
void |
setIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
void |
setPersonas(Collection<EntityPersonaConfiguration> personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
|
String |
toString()
Returns a string representation of this object.
|
AssociatePersonasToEntitiesRequest |
withId(String id)
The identifier of your Amazon Kendra experience.
|
AssociatePersonasToEntitiesRequest |
withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience.
|
AssociatePersonasToEntitiesRequest |
withPersonas(Collection<EntityPersonaConfiguration> personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
|
AssociatePersonasToEntitiesRequest |
withPersonas(EntityPersonaConfiguration... personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
|
addHandlerContext, 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, withSdkRequestTimeout
public void setId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of your Amazon Kendra experience.public String getId()
The identifier of your Amazon Kendra experience.
public AssociatePersonasToEntitiesRequest withId(String id)
The identifier of your Amazon Kendra experience.
id
- The identifier of 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 AssociatePersonasToEntitiesRequest 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 List<EntityPersonaConfiguration> getPersonas()
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
The available personas or access roles are Owner
and Viewer
. For more information on
these personas, see Providing access to your search page.
Owner
and Viewer
. For more
information on these personas, see Providing access to your search page.public void setPersonas(Collection<EntityPersonaConfiguration> personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
The available personas or access roles are Owner
and Viewer
. For more information on
these personas, see Providing access to your search page.
personas
- The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source. The available personas or access roles are Owner
and Viewer
. For more
information on these personas, see Providing access to your search page.public AssociatePersonasToEntitiesRequest withPersonas(EntityPersonaConfiguration... personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
The available personas or access roles are Owner
and Viewer
. For more information on
these personas, see Providing access to your search page.
NOTE: This method appends the values to the existing list (if any). Use
setPersonas(java.util.Collection)
or withPersonas(java.util.Collection)
if you want to override
the existing values.
personas
- The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source. The available personas or access roles are Owner
and Viewer
. For more
information on these personas, see Providing access to your search page.public AssociatePersonasToEntitiesRequest withPersonas(Collection<EntityPersonaConfiguration> personas)
The personas that define the specific permissions of users or groups in your IAM Identity Center identity source.
The available personas or access roles are Owner
and Viewer
. For more information on
these personas, see Providing access to your search page.
personas
- The personas that define the specific permissions of users or groups in your IAM Identity Center identity
source. The available personas or access roles are Owner
and Viewer
. For more
information on these personas, see Providing access to your search page.public String toString()
toString
in class Object
Object.toString()
public AssociatePersonasToEntitiesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()