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 component configuration.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
ecsClient(com.amazonaws.services.ecs.AmazonECS ecsClient)
To use a existing configured AWS ECS as client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
operation(org.apache.camel.component.aws.ecs.ECSOperations operation)
The operation to perform.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the ECS client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the ECS client.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the ECS client.
|
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 configuration(org.apache.camel.component.aws.ecs.ECSConfiguration configuration)
org.apache.camel.component.aws.ecs.ECSConfiguration
type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder ecsClient(com.amazonaws.services.ecs.AmazonECS ecsClient)
com.amazonaws.services.ecs.AmazonECS
type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder operation(org.apache.camel.component.aws.ecs.ECSOperations operation)
org.apache.camel.component.aws.ecs.ECSOperations type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
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: advancedApache Camel