Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.TransformationConfiguration.Builder
Packages that use TransformationConfiguration.Builder
-
Uses of TransformationConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TransformationConfiguration.BuilderModifier and TypeMethodDescriptionTransformationConfiguration.builder()The mode of the transformation.TransformationConfiguration.Builder.mode(QueryTransformationMode mode) The mode of the transformation.TransformationConfiguration.Builder.textToSqlConfiguration(Consumer<TextToSqlConfiguration.Builder> textToSqlConfiguration) Specifies configurations for transforming text to SQL.TransformationConfiguration.Builder.textToSqlConfiguration(TextToSqlConfiguration textToSqlConfiguration) Specifies configurations for transforming text to SQL.TransformationConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type TransformationConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransformationConfiguration.Builder>TransformationConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type TransformationConfiguration.BuilderModifier and TypeMethodDescriptiondefault GenerateQueryRequest.BuilderGenerateQueryRequest.Builder.transformationConfiguration(Consumer<TransformationConfiguration.Builder> transformationConfiguration) Specifies configurations for transforming the natural language query into SQL.