Uses of Interface
org.apache.camel.builder.component.dsl.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder
Packages that use Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder
-
Uses of Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Kms()AWS Key Management Service (KMS) (camel-aws2-kms) Manage keys stored in AWS KMS instances. -
Uses of Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2KmsComponentBuilderFactory.aws2Kms()AWS Key Management Service (KMS) (camel-aws2-kms) Manage keys stored in AWS KMS instances.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.configuration(org.apache.camel.component.aws2.kms.KMS2Configuration configuration) Component configuration.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.kmsClient(software.amazon.awssdk.services.kms.KmsClient kmsClient) To use an existing configured AWS KMS client.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.operation(org.apache.camel.component.aws2.kms.KMS2Operations operation) The operation to perform.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the KMS client.To define a proxy port when instantiating the KMS client.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the KMS client.The region in which EKS client needs to work.Amazon AWS Secret Key.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the KMS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the KMS client should expect to load credentials through a profile credentials provider.Aws2KmsComponentBuilderFactory.Aws2KmsComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the KMS client should expect to use Session Credentials.