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 ARN of the cluster.The cluster name.A key description to use while performing a createKey operation.Whether the response has more results (is truncated).The limit number of results while listing clusters.The token for the next set of results.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.
-
awsEKSNextToken
The token for the next set of results. The option is a:Stringtype. Group: listClusters- Returns:
- the name of the header
AwsEKSNextToken.
-
awsEKSIsTruncated
Whether the response has more results (is truncated). The option is a:Booleantype. Group: listClusters- Returns:
- the name of the header
AwsEKSIsTruncated.
-
awsEKSClusterArn
The ARN of the cluster. The option is a:Stringtype. Group: createCluster describeCluster deleteCluster- Returns:
- the name of the header
AwsEKSClusterArn.
-