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