Uses of Interface
org.apache.camel.builder.endpoint.dsl.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder
Packages that use AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder
-
Uses of AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilderModifier and TypeMethodDescriptionAWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) Manage AWS EC2 instances.AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) Manage AWS EC2 instances. -
Uses of AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.amazonEc2Client(String amazonEc2Client) To use a existing configured AmazonEC2Client as client.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.amazonEc2Client(software.amazon.awssdk.services.ec2.Ec2Client amazonEc2Client) To use a existing configured AmazonEC2Client as client.AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) Manage AWS EC2 instances.AWS Elastic Compute Cloud (EC2) (camel-aws2-ec2) Manage AWS EC2 instances.AWS2EC2EndpointBuilderFactory.AdvancedAWS2EC2EndpointBuilder.basic()AWS2EC2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.operation(org.apache.camel.component.aws2.ec2.AWS2EC2Operations operation) The operation to perform.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.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.To define a proxy port when instantiating the EC2 client.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the EC2 client.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.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.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.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.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.useDefaultCredentialsProvider(String 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.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the EC2 client should expect to load credentials through a profile credentials provider.AWS2EC2EndpointBuilderFactory.AWS2EC2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the EC2 client should expect to load credentials through a profile credentials provider.