@Generated(value="software.amazon.awssdk:codegen") public final class PersonasSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PersonasSummary.Builder,PersonasSummary>
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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PersonasSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PersonasSummary.Builder |
builder() |
Instant |
createdAt()
The Unix timestamp when the summary information was created.
|
String |
entityId()
The identifier of a user or group in your IAM Identity Center identity source.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Persona |
persona()
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
String |
personaAsString()
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PersonasSummary.Builder> |
serializableBuilderClass() |
PersonasSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedAt()
The Unix timestamp when the summary information was last updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final 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.
If the service returns an enum value that is not available in the current SDK version, persona will
return Persona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
personaAsString().
Owner and Viewer.
For more information on these personas, see Providing access to your search page.Personapublic final String personaAsString()
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.
If the service returns an enum value that is not available in the current SDK version, persona will
return Persona.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
personaAsString().
Owner and Viewer.
For more information on these personas, see Providing access to your search page.Personapublic final Instant createdAt()
The Unix timestamp when the summary information was created.
public final Instant updatedAt()
The Unix timestamp when the summary information was last updated.
public PersonasSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PersonasSummary.Builder,PersonasSummary>public static PersonasSummary.Builder builder()
public static Class<? extends PersonasSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.