Class AtlasMapEndpointBuilderFactory.AtlasMapHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.AtlasMapEndpointBuilderFactory.AtlasMapHeaderNameBuilder
- Enclosing interface:
- AtlasMapEndpointBuilderFactory
The builder of headers' name for the AtlasMap component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Atlas mapping to use.The new resource URI to use.The content type that is set according to the datasource (json or xml).
-
Constructor Details
-
AtlasMapHeaderNameBuilder
public AtlasMapHeaderNameBuilder()
-
-
Method Details
-
atlasResourceUri
The new resource URI to use. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
AtlasResourceUri.
-
atlasMapping
The Atlas mapping to use. The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
AtlasMapping.
-
contentType
The content type that is set according to the datasource (json or xml). The option is a:java.lang.Stringtype. Group: producer- Returns:
- the name of the header
Content-Type.
-