Class Cw2Configuration
java.lang.Object
org.apache.camel.component.aws2.cw.Cw2Configuration
- All Implemented Interfaces:
Cloneable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()software.amazon.awssdk.services.cloudwatch.CloudWatchClientgetName()software.amazon.awssdk.core.ProtocolgetUnit()getValue()booleanbooleanbooleanbooleanvoidsetAccessKey(String accessKey) Amazon AWS Access KeyvoidsetAmazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient) To use the AmazonCloudWatch as the clientvoidThe metric namevoidsetNamespace(String namespace) The metric namespacevoidsetOverrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.voidsetProfileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile namevoidsetProxyHost(String proxyHost) To define a proxy host when instantiating the CW clientvoidsetProxyPort(Integer proxyPort) To define a proxy port when instantiating the CW clientvoidsetProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the CW clientvoidThe region in which CW client needs to work.voidsetSecretKey(String secretKey) Amazon AWS Secret KeyvoidsetSessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM rolevoidsetTimestamp(Instant timestamp) The metric timestampvoidsetTrustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpointvoidThe metric unitvoidsetUriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.voidsetUseDefaultCredentialsProvider(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.voidsetUseProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Cloudwatch client should expect to load credentials through a profile credentials provider.voidsetUseSessionCredentials(boolean useSessionCredentials) Set whether the CloudWatch client should expect to use Session Credentials.voidThe metric value
-
Constructor Details
-
Cw2Configuration
public Cw2Configuration()
-
-
Method Details
-
getAccessKey
-
setAccessKey
Amazon AWS Access Key -
getSecretKey
-
setSecretKey
Amazon AWS Secret Key -
getSessionToken
-
setSessionToken
Amazon AWS Session Token used when the user needs to assume an IAM role -
getName
-
setName
The metric name -
getValue
-
setValue
The metric value -
getUnit
-
setUnit
The metric unit -
getNamespace
-
setNamespace
The metric namespace -
setTimestamp
The metric timestamp -
getTimestamp
-
getAmazonCwClient
public software.amazon.awssdk.services.cloudwatch.CloudWatchClient getAmazonCwClient() -
setAmazonCwClient
public void setAmazonCwClient(software.amazon.awssdk.services.cloudwatch.CloudWatchClient amazonCwClient) To use the AmazonCloudWatch as the client -
getProxyProtocol
public software.amazon.awssdk.core.Protocol getProxyProtocol() -
setProxyProtocol
public void setProxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the CW client -
getProxyHost
-
setProxyHost
To define a proxy host when instantiating the CW client -
getProxyPort
-
setProxyPort
To define a proxy port when instantiating the CW client -
getRegion
-
setRegion
The region in which CW client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example, ap-east-1) You'll need to use the name Region.EU_WEST_1.id() -
isTrustAllCertificates
public boolean isTrustAllCertificates() -
setTrustAllCertificates
public void setTrustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint -
isOverrideEndpoint
public boolean isOverrideEndpoint() -
setOverrideEndpoint
public void setOverrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride option -
getUriEndpointOverride
-
setUriEndpointOverride
Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option -
setUseDefaultCredentialsProvider
Set whether the S3 client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. -
isUseDefaultCredentialsProvider
-
isUseProfileCredentialsProvider
public boolean isUseProfileCredentialsProvider() -
setUseProfileCredentialsProvider
public void setUseProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Cloudwatch client should expect to load credentials through a profile credentials provider. -
isUseSessionCredentials
public boolean isUseSessionCredentials() -
setUseSessionCredentials
public void setUseSessionCredentials(boolean useSessionCredentials) Set whether the CloudWatch client should expect to use Session Credentials. This is useful in a situation in which the user needs to assume an IAM role for doing operations in CloudWatch. -
getProfileCredentialsName
-
setProfileCredentialsName
If using a profile credentials provider, this parameter will set the profile name -
copy
-