Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.TransformationFunction.Builder
Packages that use TransformationFunction.Builder
-
Uses of TransformationFunction.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return TransformationFunction.BuilderModifier and TypeMethodDescriptionTransformationFunction.builder()TransformationFunction.toBuilder()default TransformationFunction.BuilderTransformationFunction.Builder.transformationLambdaConfiguration(Consumer<TransformationLambdaConfiguration.Builder> transformationLambdaConfiguration) The Lambda function.TransformationFunction.Builder.transformationLambdaConfiguration(TransformationLambdaConfiguration transformationLambdaConfiguration) The Lambda function.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type TransformationFunction.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransformationFunction.Builder>TransformationFunction.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type TransformationFunction.BuilderModifier and TypeMethodDescriptiondefault Transformation.BuilderTransformation.Builder.transformationFunction(Consumer<TransformationFunction.Builder> transformationFunction) A Lambda function that processes documents.