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