Class ECS2EndpointBuilderFactory.ECS2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.ECS2EndpointBuilderFactory.ECS2HeaderNameBuilder
- Enclosing interface:
ECS2EndpointBuilderFactory
The builder of headers' name for the AWS Elastic Container Service (ECS) component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe cluster name.The limit number of results while listing clusters.The operation we want to perform.
-
Constructor Details
-
ECS2HeaderNameBuilder
public ECS2HeaderNameBuilder()
-
-
Method Details
-
awsECSOperation
The operation we want to perform. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsECSOperation
.
-
awsECSMaxResults
The limit number of results while listing clusters. The option is a:Integer
type. Group: producer- Returns:
- the name of the header
AwsECSMaxResults
.
-
awsECSClusterName
The cluster name. The option is a:String
type. Group: producer- Returns:
- the name of the header
AwsECSClusterName
.
-