Uses of Interface
software.amazon.awssdk.services.qbusiness.model.ContentRetrievalRule.Builder
-
Packages that use ContentRetrievalRule.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ContentRetrievalRule.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ContentRetrievalRule.Builder Modifier and Type Method Description static ContentRetrievalRule.BuilderContentRetrievalRule. builder()ContentRetrievalRule.BuilderContentRetrievalRule.Builder. eligibleDataSources(Collection<EligibleDataSource> eligibleDataSources)Specifies data sources in a Amazon Q application to use for content generation.ContentRetrievalRule.BuilderContentRetrievalRule.Builder. eligibleDataSources(Consumer<EligibleDataSource.Builder>... eligibleDataSources)Specifies data sources in a Amazon Q application to use for content generation.ContentRetrievalRule.BuilderContentRetrievalRule.Builder. eligibleDataSources(EligibleDataSource... eligibleDataSources)Specifies data sources in a Amazon Q application to use for content generation.ContentRetrievalRule.BuilderContentRetrievalRule. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type ContentRetrievalRule.Builder Modifier and Type Method Description static Class<? extends ContentRetrievalRule.Builder>ContentRetrievalRule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type ContentRetrievalRule.Builder Modifier and Type Method Description default RuleConfiguration.BuilderRuleConfiguration.Builder. contentRetrievalRule(Consumer<ContentRetrievalRule.Builder> contentRetrievalRule)Sets the value of the ContentRetrievalRule property for this object.static RuleConfigurationRuleConfiguration. fromContentRetrievalRule(Consumer<ContentRetrievalRule.Builder> contentRetrievalRule)Create an instance of this class withRuleConfiguration.contentRetrievalRule()initialized to the given value.
-