Uses of Interface
software.amazon.awssdk.services.kendra.model.FailedEntity.Builder
-
Packages that use FailedEntity.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of FailedEntity.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return FailedEntity.Builder Modifier and Type Method Description static FailedEntity.BuilderFailedEntity. builder()FailedEntity.BuilderFailedEntity.Builder. entityId(String entityId)The identifier of the user or group in your IAM Identity Center identity source.FailedEntity.BuilderFailedEntity.Builder. errorMessage(String errorMessage)The reason the user or group in your IAM Identity Center identity source failed to properly configure with your Amazon Kendra experience.FailedEntity.BuilderFailedEntity. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type FailedEntity.Builder Modifier and Type Method Description static Class<? extends FailedEntity.Builder>FailedEntity. serializableBuilderClass()
-