Uses of Interface
org.apache.camel.builder.endpoint.dsl.Polly2EndpointBuilderFactory.Polly2EndpointBuilder
Packages that use Polly2EndpointBuilderFactory.Polly2EndpointBuilder
-
Uses of Polly2EndpointBuilderFactory.Polly2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return Polly2EndpointBuilderFactory.Polly2EndpointBuilderModifier and TypeMethodDescriptionAWS Polly (camel-aws2-polly) Synthesize speech using AWS Polly and AWS SDK version 2.x.AWS Polly (camel-aws2-polly) Synthesize speech using AWS Polly and AWS SDK version 2.x. -
Uses of Polly2EndpointBuilderFactory.Polly2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return Polly2EndpointBuilderFactory.Polly2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS Polly (camel-aws2-polly) Synthesize speech using AWS Polly and AWS SDK version 2.x.AWS Polly (camel-aws2-polly) Synthesize speech using AWS Polly and AWS SDK version 2.x.Polly2EndpointBuilderFactory.AdvancedPolly2EndpointBuilder.basic()Polly2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The engine to use for synthesis (standard, neural, long-form, generative).Polly2EndpointBuilderFactory.Polly2EndpointBuilder.engine(software.amazon.awssdk.services.polly.model.Engine engine) The engine to use for synthesis (standard, neural, long-form, generative).Polly2EndpointBuilderFactory.Polly2EndpointBuilder.languageCode(String languageCode) The language code for the synthesis.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.lexiconContent(String lexiconContent) The content of the lexicon in PLS format for putLexicon operation.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.lexiconName(String lexiconName) The name of the lexicon to use for getLexicon, putLexicon, or deleteLexicon operations.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.lexiconNames(String lexiconNames) Lexicon names to apply during synthesis.The operation to perform.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.operation(org.apache.camel.component.aws2.polly.Polly2Operations operation) The operation to perform.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.outputFormat(String outputFormat) The audio output format.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.outputFormat(software.amazon.awssdk.services.polly.model.OutputFormat outputFormat) The audio output format.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overriding the endpoint.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.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.To define a proxy port when instantiating the Polly client.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the Polly client.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.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.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.s3KeyPrefix(String s3KeyPrefix) The S3 key prefix for startSpeechSynthesisTask operation output.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.sampleRate(String sampleRate) The sample rate in Hz for the audio output.Amazon AWS Secret Key.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.snsTopicArn(String snsTopicArn) The SNS topic ARN for startSpeechSynthesisTask notifications.The task ID for getSpeechSynthesisTask operation.The type of text input (text or ssml).Polly2EndpointBuilderFactory.Polly2EndpointBuilder.textType(software.amazon.awssdk.services.polly.model.TextType textType) The type of text input (text or ssml).Polly2EndpointBuilderFactory.Polly2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.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.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.useDefaultCredentialsProvider(String 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.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Polly client should expect to load credentials through a profile credentials provider.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the Polly client should expect to load credentials through a profile credentials provider.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Polly client should expect to use Session Credentials.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.useSessionCredentials(String useSessionCredentials) Set whether the Polly client should expect to use Session Credentials.The voice ID to use for synthesis.Polly2EndpointBuilderFactory.Polly2EndpointBuilder.voiceId(software.amazon.awssdk.services.polly.model.VoiceId voiceId) The voice ID to use for synthesis.