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 |
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 AwsIamComponentBuilderFactory.AwsIamComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder configuration(org.apache.camel.component.aws.iam.IAMConfiguration configuration)
configuration - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder iamClient(com.amazonaws.services.identitymanagement.AmazonIdentityManagement iamClient)
iamClient - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder operation(org.apache.camel.component.aws.iam.IAMOperations operation)
operation - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder region(String region)
region - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault AwsIamComponentBuilderFactory.AwsIamComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel