public static interface Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder extends ComponentBuilder<org.apache.camel.component.aws2.sts.STS2Component>
| Modifier and Type | Method and Description |
|---|---|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
accessKey(String accessKey)
Amazon AWS Access Key.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
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 Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
configuration(org.apache.camel.component.aws2.sts.STS2Configuration configuration)
Component configuration.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
operation(org.apache.camel.component.aws2.sts.STS2Operations operation)
The operation to perform.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
proxyHost(String proxyHost)
To define a proxy host when instantiating the STS client.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
proxyPort(Integer proxyPort)
To define a proxy port when instantiating the STS client.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the STS client.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
region(String region)
The region in which STS client needs to work.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
secretKey(String secretKey)
Amazon AWS Secret Key.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
stsClient(software.amazon.awssdk.services.sts.StsClient stsClient)
To use a existing configured AWS STS as client.
|
default Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder |
trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
|
build, build, doSetProperty, registerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder autoDiscoverClient(boolean autoDiscoverClient)
boolean type.
Default: true
Group: commondefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder configuration(org.apache.camel.component.aws2.sts.STS2Configuration configuration)
org.apache.camel.component.aws2.sts.STS2Configuration
type.
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder operation(org.apache.camel.component.aws2.sts.STS2Operations operation)
org.apache.camel.component.aws2.sts.STS2Operations type.
Default: assumeRole
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder pojoRequest(boolean pojoRequest)
boolean type.
Default: false
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder proxyHost(String proxyHost)
java.lang.String type.
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder proxyPort(Integer proxyPort)
java.lang.Integer type.
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
software.amazon.awssdk.core.Protocol
type.
Default: HTTPS
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder region(String region)
java.lang.String type.
Default: aws-global
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder stsClient(software.amazon.awssdk.services.sts.StsClient stsClient)
software.amazon.awssdk.services.sts.StsClient type.
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder trustAllCertificates(boolean trustAllCertificates)
boolean type.
Default: false
Group: producerdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder basicPropertyBinding(boolean basicPropertyBinding)
boolean type.
Default: false
Group: advanceddefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder accessKey(String accessKey)
java.lang.String type.
Group: securitydefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder secretKey(String secretKey)
java.lang.String type.
Group: securityApache Camel