Uses of Interface
software.amazon.awssdk.services.kendra.model.PersonasSummary.Builder
-
Packages that use PersonasSummary.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of PersonasSummary.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return PersonasSummary.Builder Modifier and Type Method Description static PersonasSummary.BuilderPersonasSummary. builder()PersonasSummary.BuilderPersonasSummary.Builder. createdAt(Instant createdAt)The Unix timestamp when the summary information was created.PersonasSummary.BuilderPersonasSummary.Builder. entityId(String entityId)The identifier of a user or group in your IAM Identity Center identity source.PersonasSummary.BuilderPersonasSummary.Builder. persona(String persona)The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.PersonasSummary.BuilderPersonasSummary.Builder. persona(Persona persona)The persona that defines the specific permissions of the user or group in your IAM Identity Center identity source.PersonasSummary.BuilderPersonasSummary. toBuilder()PersonasSummary.BuilderPersonasSummary.Builder. updatedAt(Instant updatedAt)The Unix timestamp when the summary information was last updated.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type PersonasSummary.Builder Modifier and Type Method Description static Class<? extends PersonasSummary.Builder>PersonasSummary. serializableBuilderClass()
-