Class Cw2EndpointBuilderFactory.Cw2HeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.Cw2EndpointBuilderFactory.Cw2HeaderNameBuilder
-
- Enclosing interface:
- Cw2EndpointBuilderFactory
public static class Cw2EndpointBuilderFactory.Cw2HeaderNameBuilder extends Object
The builder of headers' name for the AWS CloudWatch component.
-
-
Constructor Summary
Constructors Constructor Description Cw2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsCwMetricDimensionName()The Amazon CW metric dimension name.StringawsCwMetricDimensions()A map of dimension names and dimension values.StringawsCwMetricDimensionValue()The Amazon CW metric dimension value.StringawsCwMetricName()The Amazon CW metric name.StringawsCwMetricNamespace()The Amazon CW metric namespace.StringawsCwMetricTimestamp()The Amazon CW metric timestamp.StringawsCwMetricUnit()The Amazon CW metric unit.StringawsCwMetricValue()The Amazon CW metric value.
-
-
-
Method Detail
-
awsCwMetricNamespace
public String awsCwMetricNamespace()
The Amazon CW metric namespace. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsCwMetricNamespace.
-
awsCwMetricName
public String awsCwMetricName()
The Amazon CW metric name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsCwMetricName.
-
awsCwMetricValue
public String awsCwMetricValue()
The Amazon CW metric value. The option is a:Doubletype. Group: producer- Returns:
- the name of the header
AwsCwMetricValue.
-
awsCwMetricUnit
public String awsCwMetricUnit()
The Amazon CW metric unit. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsCwMetricUnit.
-
awsCwMetricTimestamp
public String awsCwMetricTimestamp()
The Amazon CW metric timestamp. The option is a:Datetype. Group: producer- Returns:
- the name of the header
AwsCwMetricTimestamp.
-
awsCwMetricDimensions
public String awsCwMetricDimensions()
A map of dimension names and dimension values. The option is a:Map<String, String>type. Group: producer- Returns:
- the name of the header
AwsCwMetricDimensions.
-
awsCwMetricDimensionName
public String awsCwMetricDimensionName()
The Amazon CW metric dimension name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsCwMetricDimensionName.
-
awsCwMetricDimensionValue
public String awsCwMetricDimensionValue()
The Amazon CW metric dimension value. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsCwMetricDimensionValue.
-
-