public static interface AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.ecs.ECSComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
configuration(org.apache.camel.component.aws.ecs.ECSConfiguration configuration)
The AWS ECS default configuration.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
region(String region)
The region in which ECS client needs to work.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder configuration(org.apache.camel.component.aws.ecs.ECSConfiguration configuration)
org.apache.camel.component.aws.ecs.ECSConfiguration
type.
Group: advancedApache Camel