public static interface Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.eks.EKS2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
configuration(org.apache.camel.component.aws2.eks.EKS2Configuration configuration)
Component configuration.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
eksClient(software.amazon.awssdk.services.eks.EksClient eksClient)
To use a existing configured AWS EKS as client.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
operation(org.apache.camel.component.aws2.eks.EKS2Operations operation)
The operation to perform.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
overrideEndpoint(boolean overrideEndpoint)
Set the need for overidding the endpoint.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the EKS client.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the EKS client.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the EKS client.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
region(String region)
The region in which EKS client needs to work.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
uriEndpointOverride(String uriEndpointOverride)
Set the overriding uri endpoint.
|
default Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder |
useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
Set whether the EKS client should expect to load credentials through
a default credentials provider or to expect static credentials to be
passed in.
|
build, build, doSetProperty, registerdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder configuration(org.apache.camel.component.aws2.eks.EKS2Configuration configuration)
configuration - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder eksClient(software.amazon.awssdk.services.eks.EksClient eksClient)
eksClient - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder operation(org.apache.camel.component.aws2.eks.EKS2Operations operation)
operation - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder overrideEndpoint(boolean overrideEndpoint)
overrideEndpoint - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder region(String region)
region - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder uriEndpointOverride(String uriEndpointOverride)
uriEndpointOverride - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider)
useDefaultCredentialsProvider - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2EksComponentBuilderFactory.Aws2EksComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel