Uses of Interface
org.apache.camel.builder.component.dsl.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder
Packages that use AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder
-
Uses of AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return AwsConfigComponentBuilderFactory.AwsConfigComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.awsConfig()AWS Config Service (camel-aws-config) Manage AWS Config service. -
Uses of AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement AwsConfigComponentBuilderFactory.AwsConfigComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return AwsConfigComponentBuilderFactory.AwsConfigComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.AwsConfigComponentBuilderFactory.awsConfig()AWS Config Service (camel-aws-config) Manage AWS Config service.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.configClient(software.amazon.awssdk.services.config.ConfigClient configClient) Amazon AWS Config Client instance.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.configuration(org.apache.camel.component.aws.config.AWSConfigConfiguration configuration) Component configuration.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.operation(org.apache.camel.component.aws.config.AWSConfigOperations operation) The operation to perform.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Config client.To define a proxy port when instantiating the Config client.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Config client.The region in which the Config client needs to work.Amazon AWS Secret Key.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Config client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Config client should expect to load credentials through a profile credentials provider.AwsConfigComponentBuilderFactory.AwsConfigComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Config client should expect to use Session Credentials.