default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.accessKey(String accessKey) |
Amazon AWS Access Key.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.autoDiscoverClient(boolean autoDiscoverClient) |
Setting the autoDiscoverClient mechanism, if true, the component will
look for a client instance in the registry automatically otherwise it
will skip that checking.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.autowiredEnabled(boolean autowiredEnabled) |
Whether autowiring is enabled.
|
static AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.awsEks() |
AWS Elastic Kubernetes Service (EKS) (camel-aws-eks)
Manage AWS EKS cluster instances.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.configuration(org.apache.camel.component.aws.eks.EKSConfiguration configuration) |
The component configuration.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.eksClient(com.amazonaws.services.eks.AmazonEKS eksClient) |
To use a existing configured AWS EKS as client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.operation(org.apache.camel.component.aws.eks.EKSOperations operation) |
The operation to perform.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.proxyHost(String proxyHost) |
To define a proxy host when instantiating the EKS client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.proxyPort(Integer proxyPort) |
To define a proxy port when instantiating the EKS client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.proxyProtocol(com.amazonaws.Protocol proxyProtocol) |
To define a proxy protocol when instantiating the EKS client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.region(String region) |
The region in which EKS client needs to work.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
AwsEksComponentBuilderFactory.AwsEksComponentBuilder.secretKey(String secretKey) |
Amazon AWS Secret Key.
|