Uses of Interface
org.apache.camel.builder.component.dsl.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder
Packages that use Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder
-
Uses of Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2StsComponentBuilderFactory.Aws2StsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Sts()AWS Security Token Service (STS) (camel-aws2-sts) Manage AWS STS cluster instances. -
Uses of Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2StsComponentBuilderFactory.Aws2StsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2StsComponentBuilderFactory.Aws2StsComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2StsComponentBuilderFactory.aws2Sts()AWS Security Token Service (STS) (camel-aws2-sts) Manage AWS STS cluster instances.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.configuration(org.apache.camel.component.aws2.sts.STS2Configuration configuration) Component configuration.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.operation(org.apache.camel.component.aws2.sts.STS2Operations operation) The operation to perform.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the STS client.To define a proxy port when instantiating the STS client.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the STS client.The region in which the STS client needs to work.Amazon AWS Secret Key.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.stsClient(software.amazon.awssdk.services.sts.StsClient stsClient) To use an existing configured AWS STS client.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the STS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2StsComponentBuilderFactory.Aws2StsComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the STS client should expect to load credentials through a profile credentials provider.