Uses of Interface
org.apache.camel.builder.component.dsl.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder
Packages that use Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder
-
Uses of Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Transcribe()AWS Transcribe (camel-aws2-transcribe) Automatically convert speech to text using AWS Transcribe service Category: cloud,messaging Since: 4.15 Maven coordinates: org.apache.camel:camel-aws2-transcribe -
Uses of Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2TranscribeComponentBuilderFactory.aws2Transcribe()AWS Transcribe (camel-aws2-transcribe) Automatically convert speech to text using AWS Transcribe service Category: cloud,messaging Since: 4.15 Maven coordinates: org.apache.camel:camel-aws2-transcribeAws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.configuration(org.apache.camel.component.aws2.transcribe.Transcribe2Configuration configuration) Component configuration.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.operation(org.apache.camel.component.aws2.transcribe.Transcribe2Operations operation) The operation to perform.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.protocol(software.amazon.awssdk.core.Protocol protocol) To define a proxy protocol when instantiating the Transcribe client.To define a proxy host when instantiating the Transcribe client.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.proxyPassword(String proxyPassword) To define a proxy password when instantiating the Transcribe client.To define a proxy port when instantiating the Transcribe client.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Transcribe client.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.proxyUsername(String proxyUsername) To define a proxy username when instantiating the Transcribe client.The region in which Transcribe client needs to work.Amazon AWS Secret Key.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume a IAM role.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.transcribeClient(software.amazon.awssdk.services.transcribe.TranscribeClient transcribeClient) To use a existing configured AWS Transcribe as client.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Transcribe client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Transcribe client should expect to load credentials through a profile credentials provider.Aws2TranscribeComponentBuilderFactory.Aws2TranscribeComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Transcribe client should expect to use Session Credentials.