Constructor and Description |
---|
CwConfiguration() |
Modifier and Type | Method and Description |
---|---|
CwConfiguration |
copy() |
String |
getAccessKey() |
com.amazonaws.services.cloudwatch.AmazonCloudWatch |
getAmazonCwClient() |
String |
getName() |
String |
getNamespace() |
String |
getProxyHost() |
Integer |
getProxyPort() |
String |
getRegion() |
String |
getSecretKey() |
Date |
getTimestamp() |
String |
getUnit() |
Double |
getValue() |
void |
setAccessKey(String accessKey)
Amazon AWS Access Key
|
void |
setAmazonCwClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch amazonCwClient)
To use the AmazonCloudWatch as the client
|
void |
setName(String name)
The metric name
|
void |
setNamespace(String namespace)
The metric namespace
|
void |
setProxyHost(String proxyHost)
To define a proxy host when instantiating the CW client
|
void |
setProxyPort(Integer proxyPort)
To define a proxy port when instantiating the CW client
|
void |
setRegion(String region)
The region in which CW client needs to work
|
void |
setSecretKey(String secretKey)
Amazon AWS Secret Key
|
void |
setTimestamp(Date timestamp)
The metric timestamp
|
void |
setUnit(String unit)
The metric unit
|
void |
setValue(Double value)
The metric value
|
public String getAccessKey()
public void setAccessKey(String accessKey)
public String getSecretKey()
public void setSecretKey(String secretKey)
public String getName()
public void setName(String name)
public Double getValue()
public void setValue(Double value)
public String getUnit()
public void setUnit(String unit)
public String getNamespace()
public void setNamespace(String namespace)
public void setTimestamp(Date timestamp)
public Date getTimestamp()
public com.amazonaws.services.cloudwatch.AmazonCloudWatch getAmazonCwClient()
public void setAmazonCwClient(com.amazonaws.services.cloudwatch.AmazonCloudWatch amazonCwClient)
public String getProxyHost()
public void setProxyHost(String proxyHost)
public Integer getProxyPort()
public void setProxyPort(Integer proxyPort)
public String getRegion()
public void setRegion(String region)
public CwConfiguration copy()
Apache Camel