Inheritance diagram for fiftyone.pipeline.cloudrequestengine.flowelements.CloudRequestEngineBuilder:
Collaboration diagram for fiftyone.pipeline.cloudrequestengine.flowelements.CloudRequestEngineBuilder:
Public Member Functions
| CloudRequestEngineBuilder (ILoggerFactory loggerFactory)
|
| CloudRequestEngineBuilder (ILoggerFactory loggerFactory, HttpClient httpClient)
|
CloudRequestEngine
| build () throws Exception
|
CloudRequestEngineBuilder
| setEndpoint (String uri)
The root endpoint which the CloudRequestsEngine will query. More...
|
CloudRequestEngineBuilder
| setDataEndpoint (String uri)
|
CloudRequestEngineBuilder
| setPropertiesEndpoint (String uri)
The endpoint the cloudRequestEngine will query to get the available properties. More...
|
CloudRequestEngineBuilder
| setEvidenceKeysEndpoint (String uri)
The endpoint the cloudRequestEngine will query to get the required evidence keys. More...
|
CloudRequestEngineBuilder
| setResourceKey (String resourceKey)
The resource key to query the endpoint with. More...
|
CloudRequestEngineBuilder
| setLicenseKey (String licenseKey)
The license key to query the endpoint with. More...
|
CloudRequestEngineBuilder
| setTimeOutSeconds (int timeout)
Timeout in seconds for the request to the endpoint. More...
|
CloudRequestEngineBuilder
| setCloudRequestOrigin (String cloudRequestOrigin)
The value to set for the Origin header when making requests to the cloud service. More...
|
CloudRequestEngineBuilder
| setCacheSize (int size)
|
|
| AspectEngineBuilderBase ()
|
| AspectEngineBuilderBase (ILoggerFactory loggerFactory)
|
TBuilder
| setProperties (Set< AspectPropertyMetaData > set)
Configure the properties that the engine will populate in the response. More...
|
TBuilder
| setProperty (String s)
Add a property to the list of properties that the engine will populate in the response. More...
|
TBuilder
| setProperties (List< String > properties)
Configure the properties that the engine will populate in the response. More...
|
TBuilder
| setProperties (String properties)
Configure the properties that the engine will populate in the response. More...
|
TBuilder
| setProperty (AspectPropertyMetaData aspectProperty)
Add a property to the list of properties that the engine will populate in the response. More...
|
TBuilder
| setLazyLoading (LazyLoadingConfiguration configuration)
Configure lazy loading of results. More...
|
TBuilder
| setCache (CacheConfiguration cacheConfiguration)
Configure the results cache that will be used by the Pipeline to cache results from this engine. More...
|