Interface DeepgramSpeechModelConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeepgramSpeechModelConfig.Builder,,DeepgramSpeechModelConfig> SdkBuilder<DeepgramSpeechModelConfig.Builder,,DeepgramSpeechModelConfig> SdkPojo
- Enclosing class:
DeepgramSpeechModelConfig
@Mutable
@NotThreadSafe
public static interface DeepgramSpeechModelConfig.Builder
extends SdkPojo, CopyableBuilder<DeepgramSpeechModelConfig.Builder,DeepgramSpeechModelConfig>
-
Method Summary
Modifier and TypeMethodDescriptionapiTokenSecretArn(String apiTokenSecretArn) The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.The identifier of the Deepgram speech-to-text model to use for processing speech input.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
apiTokenSecretArn
The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.
- Parameters:
apiTokenSecretArn- The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the Deepgram API token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelId
The identifier of the Deepgram speech-to-text model to use for processing speech input.
- Parameters:
modelId- The identifier of the Deepgram speech-to-text model to use for processing speech input.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-