Uses of Interface
org.apache.camel.builder.component.dsl.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder
Packages that use Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder
-
Uses of Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2IamComponentBuilderFactory.Aws2IamComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Iam()AWS Identity and Access Management (IAM) (camel-aws2-iam) Manage AWS IAM instances. -
Uses of Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2IamComponentBuilderFactory.Aws2IamComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2IamComponentBuilderFactory.Aws2IamComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2IamComponentBuilderFactory.aws2Iam()AWS Identity and Access Management (IAM) (camel-aws2-iam) Manage AWS IAM instances.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.configuration(org.apache.camel.component.aws2.iam.IAM2Configuration configuration) Component configuration.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.iamClient(software.amazon.awssdk.services.iam.IamClient iamClient) To use an existing configured AWS IAM client.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.operation(org.apache.camel.component.aws2.iam.IAM2Operations operation) The operation to perform.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the IAM client.To define a proxy port when instantiating the IAM client.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the IAM client.The region in which IAM client needs to work.Amazon AWS Secret Key.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.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.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the IAM client should expect to load credentials through a profile credentials provider.Aws2IamComponentBuilderFactory.Aws2IamComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the IAM client should expect to use Session Credentials.