public static interface AwsEksComponentBuilderFactory.AwsEksComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws.eks.EKSComponent>
| Modifier and Type | Method and Description |
|---|---|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default 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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
configuration(org.apache.camel.component.aws.eks.EKSConfiguration configuration)
The component configuration.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
eksClient(com.amazonaws.services.eks.AmazonEKS eksClient)
To use a existing configured AWS EKS as client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
operation(org.apache.camel.component.aws.eks.EKSOperations operation)
The operation to perform.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the EKS client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the EKS client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
proxyProtocol(com.amazonaws.Protocol proxyProtocol)
To define a proxy protocol when instantiating the EKS client.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
region(String region)
The region in which EKS client needs to work.
|
default AwsEksComponentBuilderFactory.AwsEksComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
build, build, doSetProperty, registerdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
autoDiscoverClient - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder configuration(org.apache.camel.component.aws.eks.EKSConfiguration configuration)
configuration - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder eksClient(com.amazonaws.services.eks.AmazonEKS eksClient)
eksClient - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder operation(org.apache.camel.component.aws.eks.EKSOperations operation)
operation - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder proxyProtocol(com.amazonaws.Protocol proxyProtocol)
proxyProtocol - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder region(String region)
region - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder secretKey(String secretKey)
secretKey - the value to setdefault AwsEksComponentBuilderFactory.AwsEksComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setApache Camel