Uses of Interface
org.apache.camel.builder.component.dsl.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder
Packages that use Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder
-
Uses of Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2CwComponentBuilderFactory.Aws2CwComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Cw()AWS CloudWatch (camel-aws2-cw) Sending metrics to AWS CloudWatch. -
Uses of Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2CwComponentBuilderFactory.Aws2CwComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2CwComponentBuilderFactory.Aws2CwComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.amazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient) To use the AmazonCloudWatch as the client.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2CwComponentBuilderFactory.aws2Cw()AWS CloudWatch (camel-aws2-cw) Sending metrics to AWS CloudWatch.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.configuration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration) The component configuration.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).The metric name.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the CW client.To define a proxy port when instantiating the CW client.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the CW client.The region in which CW client needs to work.Amazon AWS Secret Key.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.The metric timestamp.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.The metric unit.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Cloudwatch client should expect to load credentials through a profile credentials provider.Aws2CwComponentBuilderFactory.Aws2CwComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the CloudWatch client should expect to use Session Credentials.The metric value.