Uses of Interface
software.amazon.awssdk.services.kendra.model.ConflictingItem.Builder
-
Packages that use ConflictingItem.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ConflictingItem.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ConflictingItem.Builder Modifier and Type Method Description static ConflictingItem.BuilderConflictingItem. builder()ConflictingItem.BuilderConflictingItem.Builder. queryText(String queryText)The text of the conflicting query.ConflictingItem.BuilderConflictingItem.Builder. setId(String setId)The identifier of the set of featured results that the conflicting query belongs to.ConflictingItem.BuilderConflictingItem.Builder. setName(String setName)The name for the set of featured results that the conflicting query belongs to.ConflictingItem.BuilderConflictingItem. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ConflictingItem.Builder Modifier and Type Method Description static Class<? extends ConflictingItem.Builder>ConflictingItem. serializableBuilderClass()
-