Class EKS2EndpointBuilderFactory.EKS2HeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.EKS2EndpointBuilderFactory.EKS2HeaderNameBuilder
- Enclosing interface:
- EKS2EndpointBuilderFactory
The builder of headers' name for the AWS Elastic Kubernetes Service (EKS)
component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe cluster name.A key description to use while performing a createKey operation.The limit number of results while listing clusters.The operation we want to perform.The role ARN to use while creating the cluster.The VPC config for the creations of an EKS cluster.
-
Constructor Details
-
EKS2HeaderNameBuilder
public EKS2HeaderNameBuilder()
-
-
Method Details
-
awsEKSOperation
The operation we want to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsEKSOperation.
-
awsEKSMaxResults
The limit number of results while listing clusters. The option is a:Integertype. Group: producer- Returns:
- the name of the header
AwsEKSMaxResults.
-
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
The cluster name. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
AwsEKSClusterName.
-
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
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.
-