@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityPersonaConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the configuration information for users or groups in your IAM Identity Center identity source for access to your Amazon Kendra experience. Specific permissions are defined for each user or group once they are granted access to your Amazon Kendra experience.
Constructor and Description |
---|
EntityPersonaConfiguration() |
Modifier and Type | Method and Description |
---|---|
EntityPersonaConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getEntityId()
The identifier of a user or group in your IAM Identity Center identity source.
|
String |
getPersona()
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEntityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source.
|
void |
setPersona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
String |
toString()
Returns a string representation of this object.
|
EntityPersonaConfiguration |
withEntityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source.
|
EntityPersonaConfiguration |
withPersona(Persona persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
EntityPersonaConfiguration |
withPersona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
public void setEntityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
entityId
- The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID
could be an email.public String getEntityId()
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
public EntityPersonaConfiguration withEntityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID could be an email.
entityId
- The identifier of a user or group in your IAM Identity Center identity source. For example, a user ID
could be an email.public void setPersona(String persona)
The persona that defines the specific permissions of the user or group 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.
persona
- The persona that defines the specific permissions of the user or group 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.Persona
public String getPersona()
The persona that defines the specific permissions of the user or group 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.Persona
public EntityPersonaConfiguration withPersona(String persona)
The persona that defines the specific permissions of the user or group 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.
persona
- The persona that defines the specific permissions of the user or group 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.Persona
public EntityPersonaConfiguration withPersona(Persona persona)
The persona that defines the specific permissions of the user or group 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.
persona
- The persona that defines the specific permissions of the user or group 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.Persona
public String toString()
toString
in class Object
Object.toString()
public EntityPersonaConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.