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 ARN of the cluster.The cluster name.Whether the response has more results (is truncated).The limit number of results while listing clusters.The token for the next set of results.The operation we want to perform.
-
Constructor Details
-
ECS2HeaderNameBuilder
public ECS2HeaderNameBuilder()
-
-
Method Details
-
awsECSOperation
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsECSOperation.
-
awsECSMaxResults
The limit number of results while listing clusters. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsECSMaxResults.
-
awsECSClusterName
The cluster name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsECSClusterName.
-
awsECSNextToken
The token for the next set of results. The option is a:Stringtype. Group: listClusters- Returns:
- the name of the header
AwsECSNextToken.
-
awsECSIsTruncated
Whether the response has more results (is truncated). The option is a:Booleantype. Group: listClusters- Returns:
- the name of the header
AwsECSIsTruncated.
-
awsECSClusterArn
The ARN of the cluster. The option is a:Stringtype. Group: createCluster describeCluster deleteCluster- Returns:
- the name of the header
AwsECSClusterArn.
-