Uses of Interface
org.apache.camel.builder.component.dsl.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder
Packages that use AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder
-
Uses of AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.awsCloudtrail()AWS Cloudtrail (camel-aws-cloudtrail) Consume events from Amazon Cloudtrail using AWS SDK version 2.x. -
Uses of AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AwsCloudtrailComponentBuilderFactory.awsCloudtrail()AWS Cloudtrail (camel-aws-cloudtrail) Consume events from Amazon Cloudtrail using AWS SDK version 2.x.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.bridgeErrorHandler(boolean bridgeErrorHandler) Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.cloudTrailClient(software.amazon.awssdk.services.cloudtrail.CloudTrailClient cloudTrailClient) Amazon Cloudtrail client to use for all requests for this endpoint.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.configuration(org.apache.camel.component.aws.cloudtrail.CloudtrailConfiguration configuration) Component configuration.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.eventSource(String eventSource) Specify an event source to select events.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.maxResults(int maxResults) Maximum number of records that will be fetched in each poll.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the Cloudtrail client.To define a proxy port when instantiating the Cloudtrail client.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Cloudtrail client.The region in which Cloudtrail client needs to work.Amazon AWS Secret Key.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Cloudtrail client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.AwsCloudtrailComponentBuilderFactory.AwsCloudtrailComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Cloudtrail client should expect to load credentials through a profile credentials provider.