Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.TransformationLambdaConfiguration.Builder
-
Packages that use TransformationLambdaConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of TransformationLambdaConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return TransformationLambdaConfiguration.Builder Modifier and Type Method Description static TransformationLambdaConfiguration.BuilderTransformationLambdaConfiguration. builder()TransformationLambdaConfiguration.BuilderTransformationLambdaConfiguration.Builder. lambdaArn(String lambdaArn)The function's ARN identifier.TransformationLambdaConfiguration.BuilderTransformationLambdaConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type TransformationLambdaConfiguration.Builder Modifier and Type Method Description static Class<? extends TransformationLambdaConfiguration.Builder>TransformationLambdaConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type TransformationLambdaConfiguration.Builder Modifier and Type Method Description default TransformationFunction.BuilderTransformationFunction.Builder. transformationLambdaConfiguration(Consumer<TransformationLambdaConfiguration.Builder> transformationLambdaConfiguration)The Lambda function.
-