Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.Transformation.Builder
Packages that use Transformation.Builder
-
Uses of Transformation.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return Transformation.BuilderModifier and TypeMethodDescriptionstatic Transformation.BuilderTransformation.builder()Transformation.Builder.stepToApply(String stepToApply) When the service applies the transformation.Transformation.Builder.stepToApply(StepType stepToApply) When the service applies the transformation.Transformation.toBuilder()default Transformation.BuilderTransformation.Builder.transformationFunction(Consumer<TransformationFunction.Builder> transformationFunction) A Lambda function that processes documents.Transformation.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Transformation.Builder>Transformation.serializableBuilderClass()