Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.accessKey(String accessKey)
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
AWS StepFunctions (camel-aws2-step-functions)
Manage and invoke AWS Step functions.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.awsSfnClient(software.amazon.awssdk.services.sfn.SfnClient awsSfnClient)
To use an existing configured AwsStepFunctionsClient client.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.configuration(org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration configuration)
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled)
Used for enabling or disabling all consumer based health checks from
this component.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled)
Used for enabling or disabling all producer based health checks from
this component.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.operation(org.apache.camel.component.aws2.stepfunctions.StepFunctions2Operations operation)
The operation to perform.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.overrideEndpoint(boolean overrideEndpoint)
Set the need for overriding the endpoint.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.pojoRequest(boolean pojoRequest)
If we want to use a POJO request as body or not.
If using a profile credentials provider, this parameter will set the
profile name.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.proxyHost(String proxyHost)
To define a proxy host when instantiating the StepFunctions client.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.proxyPort(Integer proxyPort)
To define a proxy port when instantiating the StepFunctions client.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol)
To define a proxy protocol when instantiating the StepFunctions
client.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.region(String region)
The region in which StepFunctions client needs to work.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.secretKey(String secretKey)
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.sessionToken(String sessionToken)
Amazon AWS Session Token used when the user needs to assume an IAM
role.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.trustAllCertificates(boolean trustAllCertificates)
If we want to trust all certificates in case of overriding the
endpoint.
Set the overriding uri endpoint.
Set whether the StepFunctions client should expect to load
credentials through a default credentials provider or to expect
static credentials to be passed in.
Set whether the StepFunctions client should expect to load
credentials through a profile credentials provider.
Aws2StepFunctionsComponentBuilderFactory.Aws2StepFunctionsComponentBuilder.useSessionCredentials(boolean useSessionCredentials)
Set whether the Step Functions client should expect to use Session
Credentials.