Class Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilderImpl
java.lang.Object
org.apache.camel.builder.component.AbstractComponentBuilder<org.apache.camel.component.aws2.ec2.AWS2EC2Component>
org.apache.camel.builder.component.dsl.Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilderImpl
- All Implemented Interfaces:
ComponentBuilder<org.apache.camel.component.aws2.ec2.AWS2EC2Component>
,Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder
- Enclosing interface:
- Aws2Ec2ComponentBuilderFactory
public static class Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilderImpl
extends AbstractComponentBuilder<org.apache.camel.component.aws2.ec2.AWS2EC2Component>
implements Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.component.aws2.ec2.AWS2EC2Component
protected boolean
setPropertyOnComponent
(org.apache.camel.Component component, String name, Object value) Methods inherited from class org.apache.camel.builder.component.AbstractComponentBuilder
build, build, doSetProperty, register
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.builder.component.dsl.Aws2Ec2ComponentBuilderFactory.Aws2Ec2ComponentBuilder
accessKey, amazonEc2Client, autowiredEnabled, configuration, lazyStartProducer, operation, overrideEndpoint, pojoRequest, proxyHost, proxyPort, proxyProtocol, region, secretKey, trustAllCertificates, uriEndpointOverride, useDefaultCredentialsProvider
Methods inherited from interface org.apache.camel.builder.component.ComponentBuilder
build, build, doSetProperty, register
-
Constructor Details
-
Aws2Ec2ComponentBuilderImpl
public Aws2Ec2ComponentBuilderImpl()
-
-
Method Details
-
buildConcreteComponent
protected org.apache.camel.component.aws2.ec2.AWS2EC2Component buildConcreteComponent()- Specified by:
buildConcreteComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.ec2.AWS2EC2Component>
-
setPropertyOnComponent
protected boolean setPropertyOnComponent(org.apache.camel.Component component, String name, Object value) - Specified by:
setPropertyOnComponent
in classAbstractComponentBuilder<org.apache.camel.component.aws2.ec2.AWS2EC2Component>
-