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 Details

    • ECS2HeaderNameBuilder

      public ECS2HeaderNameBuilder()
  • Method Details

    • awsECSOperation

      public String awsECSOperation()
      The operation we want to perform. The option is a: String type. 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: Integer type. Group: producer
      Returns:
      the name of the header AwsECSMaxResults.
    • awsECSClusterName

      public String awsECSClusterName()
      The cluster name. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsECSClusterName.