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.
    • awsECSNextToken

      public String awsECSNextToken()
      The token for the next set of results. The option is a: String type. Group: listClusters
      Returns:
      the name of the header AwsECSNextToken.
    • awsECSIsTruncated

      public String awsECSIsTruncated()
      Whether the response has more results (is truncated). The option is a: Boolean type. Group: listClusters
      Returns:
      the name of the header AwsECSIsTruncated.
    • awsECSClusterArn

      public String awsECSClusterArn()
      The ARN of the cluster. The option is a: String type. Group: createCluster describeCluster deleteCluster
      Returns:
      the name of the header AwsECSClusterArn.