public static interface EKSEndpointBuilderFactory.EKSEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default EKSEndpointBuilderFactory.AdvancedEKSEndpointBuilder |
advanced() |
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
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 EKSEndpointBuilderFactory.EKSEndpointBuilder |
autoDiscoverClient(String 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 EKSEndpointBuilderFactory.EKSEndpointBuilder |
eksClient(Object eksClient)
To use a existing configured AWS EKS as client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
eksClient(String eksClient)
To use a existing configured AWS EKS as client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
operation(EKSEndpointBuilderFactory.EKSOperations operation)
The operation to perform.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
operation(String operation)
The operation to perform.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the EKS client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the EKS client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
proxyPort(String proxyPort)
To define a proxy port when instantiating the EKS client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
proxyProtocol(EKSEndpointBuilderFactory.Protocol proxyProtocol)
To define a proxy protocol when instantiating the EKS client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
proxyProtocol(String proxyProtocol)
To define a proxy protocol when instantiating the EKS client.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
region(String region)
The region in which EKS client needs to work.
|
default EKSEndpointBuilderFactory.EKSEndpointBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default EKSEndpointBuilderFactory.AdvancedEKSEndpointBuilder advanced()
default EKSEndpointBuilderFactory.EKSEndpointBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault EKSEndpointBuilderFactory.EKSEndpointBuilder autoDiscoverClient(String autoDiscoverClient)
boolean type.
Default: true
Group: commondefault EKSEndpointBuilderFactory.EKSEndpointBuilder accessKey(String accessKey)
java.lang.String type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder eksClient(Object eksClient)
com.amazonaws.services.eks.AmazonEKS
type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder eksClient(String eksClient)
com.amazonaws.services.eks.AmazonEKS type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder operation(EKSEndpointBuilderFactory.EKSOperations operation)
org.apache.camel.component.aws.eks.EKSOperations type.
Required: true
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder operation(String operation)
org.apache.camel.component.aws.eks.EKSOperations type.
Required: true
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder proxyPort(String proxyPort)
java.lang.Integer
type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder proxyProtocol(EKSEndpointBuilderFactory.Protocol proxyProtocol)
com.amazonaws.Protocol type.
Default: HTTPS
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder proxyProtocol(String proxyProtocol)
com.amazonaws.Protocol
type.
Default: HTTPS
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder region(String region)
java.lang.String type.
Group: producerdefault EKSEndpointBuilderFactory.EKSEndpointBuilder secretKey(String secretKey)
java.lang.String type.
Group: producerApache Camel