Class Cw2ComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.aws2.cw.springboot.Cw2ComponentConfiguration
@ConfigurationProperties(prefix="camel.component.aws2-cw")
public class Cw2ComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Sending metrics to AWS CloudWatch.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.services.cloudwatch.CloudWatchClientorg.apache.camel.component.aws2.cw.Cw2ConfigurationgetName()software.amazon.awssdk.core.ProtocolgetUnit()getValue()voidsetAccessKey(String accessKey) voidsetAmazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetConfiguration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration) voidsetHealthCheckConsumerEnabled(Boolean healthCheckConsumerEnabled) voidsetHealthCheckProducerEnabled(Boolean healthCheckProducerEnabled) voidsetLazyStartProducer(Boolean lazyStartProducer) voidvoidsetOverrideEndpoint(Boolean overrideEndpoint) voidsetProfileCredentialsName(String profileCredentialsName) voidsetProxyHost(String proxyHost) voidsetProxyPort(Integer proxyPort) voidsetProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) voidvoidsetSecretKey(String secretKey) voidsetTimestamp(Instant timestamp) voidsetTrustAllCertificates(Boolean trustAllCertificates) voidvoidsetUriEndpointOverride(String uriEndpointOverride) voidsetUseDefaultCredentialsProvider(Boolean useDefaultCredentialsProvider) voidsetUseProfileCredentialsProvider(Boolean useProfileCredentialsProvider) voidMethods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
Cw2ComponentConfiguration
public Cw2ComponentConfiguration()
-
-
Method Details
-
getConfiguration
public org.apache.camel.component.aws2.cw.Cw2Configuration getConfiguration() -
setConfiguration
public void setConfiguration(org.apache.camel.component.aws2.cw.Cw2Configuration configuration) -
getLazyStartProducer
-
setLazyStartProducer
-
getName
-
setName
-
getOverrideEndpoint
-
setOverrideEndpoint
-
getRegion
-
setRegion
-
getTimestamp
-
setTimestamp
-
getUnit
-
setUnit
-
getUriEndpointOverride
-
setUriEndpointOverride
-
getValue
-
setValue
-
getAmazonCwClient
public software.amazon.awssdk.services.cloudwatch.CloudWatchClient getAmazonCwClient() -
setAmazonCwClient
public void setAmazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient) -
getAutowiredEnabled
-
setAutowiredEnabled
-
getHealthCheckConsumerEnabled
-
setHealthCheckConsumerEnabled
-
getHealthCheckProducerEnabled
-
setHealthCheckProducerEnabled
-
getProxyHost
-
setProxyHost
-
getProxyPort
-
setProxyPort
-
getProxyProtocol
public software.amazon.awssdk.core.Protocol getProxyProtocol() -
setProxyProtocol
public void setProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) -
getAccessKey
-
setAccessKey
-
getProfileCredentialsName
-
setProfileCredentialsName
-
getSecretKey
-
setSecretKey
-
getTrustAllCertificates
-
setTrustAllCertificates
-
getUseDefaultCredentialsProvider
-
setUseDefaultCredentialsProvider
-
getUseProfileCredentialsProvider
-
setUseProfileCredentialsProvider
-