| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static SWFEndpointBuilderFactory.SWFEndpointBuilder |
StaticEndpointBuilders.awsSwf(String path)
AWS Simple Workflow (SWF) (camel-aws-swf)
Manage workflows in the AWS Simple Workflow service.
|
static SWFEndpointBuilderFactory.SWFEndpointBuilder |
StaticEndpointBuilders.awsSwf(String componentName,
String path)
AWS Simple Workflow (SWF) (camel-aws-swf)
Manage workflows in the AWS Simple Workflow service.
|
| Modifier and Type | Method and Description |
|---|---|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.accessKey(String accessKey)
Amazon AWS Access Key.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.amazonSWClient(Object amazonSWClient)
To use the given AmazonSimpleWorkflowClient as client.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.amazonSWClient(String amazonSWClient)
To use the given AmazonSimpleWorkflowClient as client.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFBuilders.awsSwf(String path)
AWS Simple Workflow (SWF) (camel-aws-swf)
Manage workflows in the AWS Simple Workflow service.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFBuilders.awsSwf(String componentName,
String path)
AWS Simple Workflow (SWF) (camel-aws-swf)
Manage workflows in the AWS Simple Workflow service.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.AdvancedSWFEndpointBuilder.basic() |
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.dataConverter(Object dataConverter)
An instance of
com.amazonaws.services.simpleworkflow.flow.DataConverter to use for
serializing/deserializing the data.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.dataConverter(String dataConverter)
An instance of
com.amazonaws.services.simpleworkflow.flow.DataConverter to use for
serializing/deserializing the data.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.domainName(String domainName)
The workflow domain to use.
|
static SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.eventName(String eventName)
The workflow or activity event name to use.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.region(String region)
Amazon AWS Region.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.secretKey(String secretKey)
Amazon AWS Secret Key.
|
default SWFEndpointBuilderFactory.SWFEndpointBuilder |
SWFEndpointBuilderFactory.SWFEndpointBuilder.version(String version)
The workflow or activity event version to use.
|
Apache Camel