Uses of Interface
software.amazon.awssdk.services.kendra.model.EntityDisplayData.Builder
-
Packages that use EntityDisplayData.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of EntityDisplayData.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return EntityDisplayData.Builder Modifier and Type Method Description static EntityDisplayData.BuilderEntityDisplayData. builder()EntityDisplayData.BuilderEntityDisplayData.Builder. firstName(String firstName)The first name of the user.EntityDisplayData.BuilderEntityDisplayData.Builder. groupName(String groupName)The name of the group.EntityDisplayData.BuilderEntityDisplayData.Builder. identifiedUserName(String identifiedUserName)The user name of the user.EntityDisplayData.BuilderEntityDisplayData.Builder. lastName(String lastName)The last name of the user.EntityDisplayData.BuilderEntityDisplayData. toBuilder()EntityDisplayData.BuilderEntityDisplayData.Builder. userName(String userName)The name of the user.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type EntityDisplayData.Builder Modifier and Type Method Description static Class<? extends EntityDisplayData.Builder>EntityDisplayData. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type EntityDisplayData.Builder Modifier and Type Method Description default ExperienceEntitiesSummary.BuilderExperienceEntitiesSummary.Builder. displayData(Consumer<EntityDisplayData.Builder> displayData)Information about the user entity.
-