@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PersonasSummary extends Object implements Serializable, Cloneable, StructuredPojo
Summary information for users or groups in your IAM Identity Center identity source. This applies to users and groups with specific permissions that define their level of access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
Constructor and Description |
---|
PersonasSummary() |
Modifier and Type | Method and Description |
---|---|
PersonasSummary |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The Unix timestamp when the summary information was created.
|
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.
|
Date |
getUpdatedAt()
The Unix timestamp when the summary information was last updated.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
The Unix timestamp when the summary information was created.
|
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.
|
void |
setUpdatedAt(Date updatedAt)
The Unix timestamp when the summary information was last updated.
|
String |
toString()
Returns a string representation of this object.
|
PersonasSummary |
withCreatedAt(Date createdAt)
The Unix timestamp when the summary information was created.
|
PersonasSummary |
withEntityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source.
|
PersonasSummary |
withPersona(Persona persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
PersonasSummary |
withPersona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
PersonasSummary |
withUpdatedAt(Date updatedAt)
The Unix timestamp when the summary information was last updated.
|
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 PersonasSummary 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 PersonasSummary 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 PersonasSummary 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 void setCreatedAt(Date createdAt)
The Unix timestamp when the summary information was created.
createdAt
- The Unix timestamp when the summary information was created.public Date getCreatedAt()
The Unix timestamp when the summary information was created.
public PersonasSummary withCreatedAt(Date createdAt)
The Unix timestamp when the summary information was created.
createdAt
- The Unix timestamp when the summary information was created.public void setUpdatedAt(Date updatedAt)
The Unix timestamp when the summary information was last updated.
updatedAt
- The Unix timestamp when the summary information was last updated.public Date getUpdatedAt()
The Unix timestamp when the summary information was last updated.
public PersonasSummary withUpdatedAt(Date updatedAt)
The Unix timestamp when the summary information was last updated.
updatedAt
- The Unix timestamp when the summary information was last updated.public String toString()
toString
in class Object
Object.toString()
public PersonasSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.