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 Summary
Constructors Constructor Description EKS2HeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringawsEKSClusterName()The cluster name.StringawsEKSDescription()A key description to use while performing a createKey operation.StringawsEKSMaxResults()The limit number of results while listing clusters.StringawsEKSOperation()The operation we want to perform.StringawsEKSRoleARN()The role ARN to use while creating the cluster.StringawsEKSVPCConfig()The VPC config for the creations of an EKS cluster.
-
-
-
Method Detail
-
awsEKSOperation
public String awsEKSOperation()
The operation we want to perform. The option is a:Stringtype. 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:Integertype. 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:Stringtype. Group: producer- Returns:
- the name of the header
AwsEKSDescription.
-
awsEKSClusterName
public String awsEKSClusterName()
The cluster name. The option is a:Stringtype. 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:Stringtype. 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.VpcConfigRequesttype. Group: producer- Returns:
- the name of the header
AwsEKSVPCConfig.
-
-