Class ECS2EndpointBuilderFactory.ECS2HeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.ECS2EndpointBuilderFactory.ECS2HeaderNameBuilder
-
- Enclosing interface:
- ECS2EndpointBuilderFactory
public static class ECS2EndpointBuilderFactory.ECS2HeaderNameBuilder extends Object
The builder of headers' name for the AWS Elastic Container Service (ECS) component.
-
-
Constructor Summary
Constructors Constructor Description ECS2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsECSClusterName()The cluster name.StringawsECSMaxResults()The limit number of results while listing clusters.StringawsECSOperation()The operation we want to perform.
-
-
-
Method Detail
-
awsECSOperation
public String awsECSOperation()
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsECSOperation.
-
awsECSMaxResults
public String awsECSMaxResults()
The limit number of results while listing clusters. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsECSMaxResults.
-
awsECSClusterName
public String awsECSClusterName()
The cluster name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsECSClusterName.
-
-