public static interface StitchEndpointBuilderFactory.StitchEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder |
advanced() |
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
keyNames(String keyNames)
A collection of comma separated strings representing the Primary Key
fields in the source table.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
region(StitchEndpointBuilderFactory.StitchRegion region)
Stitch account region, e.g: europe.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
region(String region)
Stitch account region, e.g: europe.
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
stitchSchema(Object stitchSchema)
A schema that describes the record(s).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
stitchSchema(String stitchSchema)
A schema that describes the record(s).
|
default StitchEndpointBuilderFactory.StitchEndpointBuilder |
token(String token)
Stitch access token for the Stitch Import API.
|
default StitchEndpointBuilderFactory.AdvancedStitchEndpointBuilder advanced()
default StitchEndpointBuilderFactory.StitchEndpointBuilder keyNames(String keyNames)
keyNames - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder region(StitchEndpointBuilderFactory.StitchRegion region)
region - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder region(String region)
region - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder stitchSchema(Object stitchSchema)
stitchSchema - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder stitchSchema(String stitchSchema)
stitchSchema - the value to setdefault StitchEndpointBuilderFactory.StitchEndpointBuilder token(String token)
token - the value to setApache Camel