public static interface PersonasSummary.Builder extends SdkPojo, CopyableBuilder<PersonasSummary.Builder,PersonasSummary>
| Modifier and Type | Method and Description |
|---|---|
PersonasSummary.Builder |
createdAt(Instant createdAt)
The Unix timestamp when the summary information was created.
|
PersonasSummary.Builder |
entityId(String entityId)
The identifier of a user or group in your IAM Identity Center identity source.
|
PersonasSummary.Builder |
persona(Persona persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
PersonasSummary.Builder |
persona(String persona)
The persona that defines the specific permissions of the user or group in your IAM Identity Center identity
source.
|
PersonasSummary.Builder |
updatedAt(Instant updatedAt)
The Unix timestamp when the summary information was last updated.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPersonasSummary.Builder entityId(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.PersonasSummary.Builder persona(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,
PersonaPersonasSummary.Builder persona(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,
PersonaPersonasSummary.Builder createdAt(Instant createdAt)
The Unix timestamp when the summary information was created.
createdAt - The Unix timestamp when the summary information was created.PersonasSummary.Builder updatedAt(Instant updatedAt)
The Unix timestamp when the summary information was last updated.
updatedAt - The Unix timestamp when the summary information was last updated.Copyright © 2023. All rights reserved.