Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelOutputProps.Builder
Packages that use BedrockInvokeModelOutputProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of BedrockInvokeModelOutputProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BedrockInvokeModelOutputProps.BuilderModifier and TypeMethodDescriptionBedrockInvokeModelOutputProps.builder()
BedrockInvokeModelOutputProps.Builder.s3Location
(Location s3Location) Sets the value ofBedrockInvokeModelOutputProps.getS3Location()
BedrockInvokeModelOutputProps.Builder.s3OutputUri
(String s3OutputUri) Sets the value ofBedrockInvokeModelOutputProps.getS3OutputUri()
Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type BedrockInvokeModelOutputProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theBedrockInvokeModelOutputProps.Builder
.