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 AWS IAM default configuration.
|
default AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
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 lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
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: advanceddefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder configuration(org.apache.camel.component.aws.iam.IAMConfiguration configuration)
org.apache.camel.component.aws.iam.IAMConfiguration
type.
Group: advancedApache Camel