public static interface AwsIamComponentBuilderFactory.AwsIamComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.iam.IAMComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
configuration(org.apache.camel.component.aws.iam.IAMConfiguration configuration)
The component configuration.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
iamClient(com.amazonaws.services.identitymanagement.AmazonIdentityManagement iamClient)
To use a existing configured AWS IAM as client.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
operation(org.apache.camel.component.aws.iam.IAMOperations operation)
The operation to perform.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the IAM client.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the IAM client.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the IAM client.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
region(String region)
The region in which IAM client needs to work.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder configuration(org.apache.camel.component.aws.iam.IAMConfiguration configuration)
org.apache.camel.component.aws.iam.IAMConfiguration
type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder iamClient(com.amazonaws.services.identitymanagement.AmazonIdentityManagement iamClient)
com.amazonaws.services.identitymanagement.AmazonIdentityManagement type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder operation(org.apache.camel.component.aws.iam.IAMOperations operation)
org.apache.camel.component.aws.iam.IAMOperations type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder region(String region)
java.lang.String type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advancedApache Camel