Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.Transformation.Builder
-
Packages that use Transformation.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of Transformation.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return Transformation.Builder Modifier and Type Method Description static Transformation.BuilderTransformation. builder()Transformation.BuilderTransformation.Builder. stepToApply(String stepToApply)When the service applies the transformation.Transformation.BuilderTransformation.Builder. stepToApply(StepType stepToApply)When the service applies the transformation.Transformation.BuilderTransformation. toBuilder()default Transformation.BuilderTransformation.Builder. transformationFunction(Consumer<TransformationFunction.Builder> transformationFunction)A Lambda function that processes documents.Transformation.BuilderTransformation.Builder. transformationFunction(TransformationFunction transformationFunction)A Lambda function that processes documents.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type Transformation.Builder Modifier and Type Method Description static Class<? extends Transformation.Builder>Transformation. serializableBuilderClass()
-