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 |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
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 configuration(org.apache.camel.component.aws2.sts.STS2Configuration configuration)
configuration - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder operation(org.apache.camel.component.aws2.sts.STS2Operations operation)
operation - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder pojoRequest(boolean pojoRequest)
pojoRequest - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder proxyHost(String proxyHost)
proxyHost - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder proxyPort(Integer proxyPort)
proxyPort - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
proxyProtocol - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder region(String region)
region - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder stsClient(software.amazon.awssdk.services.sts.StsClient stsClient)
stsClient - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder trustAllCertificates(boolean trustAllCertificates)
trustAllCertificates - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder accessKey(String accessKey)
accessKey - the value to setdefault Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder secretKey(String secretKey)
secretKey - the value to setApache Camel