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 |
autoDiscoverClient(boolean autoDiscoverClient)
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsEcsComponentBuilderFactory.AwsEcsComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault 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 autowiredEnabled(boolean autowiredEnabled)
boolean type.
Default: true
Group: advancedApache Camel