default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.aws2Iam() |
AWS Identity and Access Management (IAM) (camel-aws2-iam)
Manage AWS IAM instances using AWS SDK version 2.x.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.configuration(org.apache.camel.component.aws2.iam.IAM2Configuration configuration) |
Component configuration.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.iamClient(software.amazon.awssdk.services.iam.IamClient iamClient) |
To use a existing configured AWS IAM as client.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.operation(org.apache.camel.component.aws2.iam.IAM2Operations operation) |
The operation to perform.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.overrideEndpoint(boolean overrideEndpoint) |
Set the need for overidding the endpoint.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.pojoRequest(boolean pojoRequest) |
If we want to use a POJO request as body or not.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the IAM client.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the IAM client.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the IAM client.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.region(String region) |
The region in which IAM client needs to work.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.trustAllCertificates(boolean trustAllCertificates) |
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.uriEndpointOverride(String uriEndpointOverride) |
Set the overriding uri endpoint.
|
default Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder |
Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) |
Set whether the IAM client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|