Uses of Class
software.amazon.awssdk.services.qbusiness.model.RetrieverConfiguration
-
Packages that use RetrieverConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of RetrieverConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return RetrieverConfiguration Modifier and Type Method Description RetrieverConfigurationCreateRetrieverRequest. configuration()Returns the value of the Configuration property for this object.RetrieverConfigurationGetRetrieverResponse. configuration()Returns the value of the Configuration property for this object.RetrieverConfigurationUpdateRetrieverRequest. configuration()Returns the value of the Configuration property for this object.static RetrieverConfigurationRetrieverConfiguration. fromKendraIndexConfiguration(Consumer<KendraIndexConfiguration.Builder> kendraIndexConfiguration)Create an instance of this class withkendraIndexConfiguration()initialized to the given value.static RetrieverConfigurationRetrieverConfiguration. fromKendraIndexConfiguration(KendraIndexConfiguration kendraIndexConfiguration)Create an instance of this class withkendraIndexConfiguration()initialized to the given value.static RetrieverConfigurationRetrieverConfiguration. fromNativeIndexConfiguration(Consumer<NativeIndexConfiguration.Builder> nativeIndexConfiguration)Create an instance of this class withnativeIndexConfiguration()initialized to the given value.static RetrieverConfigurationRetrieverConfiguration. fromNativeIndexConfiguration(NativeIndexConfiguration nativeIndexConfiguration)Create an instance of this class withnativeIndexConfiguration()initialized to the given value.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type RetrieverConfiguration Modifier and Type Method Description CreateRetrieverRequest.BuilderCreateRetrieverRequest.Builder. configuration(RetrieverConfiguration configuration)Sets the value of the Configuration property for this object.GetRetrieverResponse.BuilderGetRetrieverResponse.Builder. configuration(RetrieverConfiguration configuration)Sets the value of the Configuration property for this object.UpdateRetrieverRequest.BuilderUpdateRetrieverRequest.Builder. configuration(RetrieverConfiguration configuration)Sets the value of the Configuration property for this object.
-