Uses of Interface
org.apache.camel.builder.component.dsl.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder
Packages that use Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder
-
Uses of Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Polly()AWS Polly (camel-aws2-polly) Synthesize speech using AWS Polly and AWS SDK version 2.x. -
Uses of Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2PollyComponentBuilderFactory.aws2Polly()AWS Polly (camel-aws2-polly) Synthesize speech using AWS Polly and AWS SDK version 2.x.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.configuration(org.apache.camel.component.aws2.polly.Polly2Configuration configuration) Component configuration.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.engine(software.amazon.awssdk.services.polly.model.Engine engine) The engine to use for synthesis (standard, neural, long-form, generative).Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.languageCode(String languageCode) The language code for the synthesis.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.lexiconContent(String lexiconContent) The content of the lexicon in PLS format for putLexicon operation.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.lexiconName(String lexiconName) The name of the lexicon to use for getLexicon, putLexicon, or deleteLexicon operations.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.lexiconNames(String lexiconNames) Lexicon names to apply during synthesis.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.operation(org.apache.camel.component.aws2.polly.Polly2Operations operation) The operation to perform.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.outputFormat(software.amazon.awssdk.services.polly.model.OutputFormat outputFormat) The audio output format.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.pollyClient(software.amazon.awssdk.services.polly.PollyClient pollyClient) To use an existing configured AWS Polly client.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Polly client.To define a proxy port when instantiating the Polly client.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Polly client.The region in which the Polly client needs to work.The S3 bucket name for startSpeechSynthesisTask operation output.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.s3KeyPrefix(String s3KeyPrefix) The S3 key prefix for startSpeechSynthesisTask operation output.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.sampleRate(String sampleRate) The sample rate in Hz for the audio output.Amazon AWS Secret Key.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.snsTopicArn(String snsTopicArn) The SNS topic ARN for startSpeechSynthesisTask notifications.The task ID for getSpeechSynthesisTask operation.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.textType(software.amazon.awssdk.services.polly.model.TextType textType) The type of text input (text or ssml).Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Polly client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Polly client should expect to load credentials through a profile credentials provider.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Polly client should expect to use Session Credentials.Aws2PollyComponentBuilderFactory.Aws2PollyComponentBuilder.voiceId(software.amazon.awssdk.services.polly.model.VoiceId voiceId) The voice ID to use for synthesis.