Class EKS2EndpointBuilderFactory.EKS2HeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.EKS2EndpointBuilderFactory.EKS2HeaderNameBuilder
Enclosing interface:
EKS2EndpointBuilderFactory

public static class EKS2EndpointBuilderFactory.EKS2HeaderNameBuilder extends Object
The builder of headers' name for the AWS Elastic Kubernetes Service (EKS) component.
  • Constructor Details

    • EKS2HeaderNameBuilder

      public EKS2HeaderNameBuilder()
  • Method Details

    • awsEKSOperation

      public String awsEKSOperation()
      The operation we want to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsEKSOperation.
    • awsEKSMaxResults

      public String awsEKSMaxResults()
      The limit number of results while listing clusters. The option is a: Integer type. Group: producer
      Returns:
      the name of the header AwsEKSMaxResults.
    • awsEKSDescription

      public String awsEKSDescription()
      A key description to use while performing a createKey operation. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsEKSDescription.
    • awsEKSClusterName

      public String awsEKSClusterName()
      The cluster name. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsEKSClusterName.
    • awsEKSRoleARN

      public String awsEKSRoleARN()
      The role ARN to use while creating the cluster. The option is a: String type. Group: producer
      Returns:
      the name of the header AwsEKSRoleARN.
    • awsEKSVPCConfig

      public String awsEKSVPCConfig()
      The VPC config for the creations of an EKS cluster. The option is a: software.amazon.awssdk.services.eks.model.VpcConfigRequest type. Group: producer
      Returns:
      the name of the header AwsEKSVPCConfig.