Interface TableDataServiceConfigImpl.Builder
- Enclosing class:
- TableDataServiceConfigImpl
public static interface TableDataServiceConfigImpl.Builder
Builder for DataImportServiceConfigImpl.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
putAllProperties
(Map<String, ? extends String> entries) putProperty
(String key, String value) setDelegates
(Collection<? extends TableDataServiceConfig> delegates) setDescription
(String description) setEndpointConfig
(DataRoutingService.EndpointConfig endpointConfig) setServiceRegistryType
(String serviceRegistryType) setStorageName
(String storageName) setTags
(Collection<String> tags)
-
Method Details
-
setName
-
setServiceRegistryType
-
setStorageName
-
setDescription
-
setFilter
-
setDelegates
TableDataServiceConfigImpl.Builder setDelegates(Collection<? extends TableDataServiceConfig> delegates) -
setTags
-
putAllProperties
-
putProperty
-
setEndpointConfig
TableDataServiceConfigImpl.Builder setEndpointConfig(DataRoutingService.EndpointConfig endpointConfig) -
build
TableDataServiceConfigImpl build()
-