Uses of Interface
org.apache.camel.builder.component.dsl.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder
Packages that use Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder
-
Uses of Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Ecs()AWS Elastic Container Service (ECS) (camel-aws2-ecs) Manage AWS ECS cluster instances. -
Uses of Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2EcsComponentBuilderFactory.aws2Ecs()AWS Elastic Container Service (ECS) (camel-aws2-ecs) Manage AWS ECS cluster instances.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.configuration(org.apache.camel.component.aws2.ecs.ECS2Configuration configuration) Component configuration.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.ecsClient(software.amazon.awssdk.services.ecs.EcsClient ecsClient) To use a existing configured AWS ECS as client.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.operation(org.apache.camel.component.aws2.ecs.ECS2Operations operation) The operation to perform.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the ECS client.To define a proxy port when instantiating the ECS client.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the ECS client.The region in which ECS client needs to work.Amazon AWS Secret Key.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the ECS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2EcsComponentBuilderFactory.Aws2EcsComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the ECS client should expect to load credentials through a profile credentials provider.