Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.BedrockInvokeModelJsonPathProps.Builder
Packages that use BedrockInvokeModelJsonPathProps.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of BedrockInvokeModelJsonPathProps.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return BedrockInvokeModelJsonPathProps.BuilderModifier and TypeMethodDescriptionSets the value ofBedrockInvokeModelJsonPathProps.getAccept()Sets the value ofAssignableStateOptions.getAssign()Sets the value ofBedrockInvokeModelJsonPathProps.getBody()BedrockInvokeModelJsonPathProps.builder()Sets the value ofStateBaseProps.getComment()BedrockInvokeModelJsonPathProps.Builder.contentType(String contentType) Deprecated.This property does not require configuration because the only acceptable value is 'application/json'.BedrockInvokeModelJsonPathProps.Builder.credentials(Credentials credentials) Sets the value ofTaskStateBaseOptions.getCredentials()Sets the value ofBedrockInvokeModelJsonPathProps.getGuardrail()Deprecated.use `heartbeatTimeout`BedrockInvokeModelJsonPathProps.Builder.heartbeatTimeout(Timeout heartbeatTimeout) Sets the value ofTaskStateBaseOptions.getHeartbeatTimeout()BedrockInvokeModelJsonPathProps.Builder.input(BedrockInvokeModelInputProps input) Sets the value ofBedrockInvokeModelJsonPathProps.getInput()Sets the value ofJsonPathCommonOptions.getInputPath()BedrockInvokeModelJsonPathProps.Builder.integrationPattern(IntegrationPattern integrationPattern) Sets the value ofTaskStateBaseOptions.getIntegrationPattern()Sets the value ofBedrockInvokeModelJsonPathProps.getModel()BedrockInvokeModelJsonPathProps.Builder.output(BedrockInvokeModelOutputProps output) Sets the value ofBedrockInvokeModelJsonPathProps.getOutput()BedrockInvokeModelJsonPathProps.Builder.outputPath(String outputPath) Sets the value ofJsonPathCommonOptions.getOutputPath()BedrockInvokeModelJsonPathProps.Builder.queryLanguage(QueryLanguage queryLanguage) Sets the value ofStateBaseProps.getQueryLanguage()BedrockInvokeModelJsonPathProps.Builder.resultPath(String resultPath) Sets the value ofTaskStateJsonPathBaseProps.getResultPath()BedrockInvokeModelJsonPathProps.Builder.resultSelector(Map<String, ? extends Object> resultSelector) Sets the value ofTaskStateJsonPathBaseProps.getResultSelector()Sets the value ofStateBaseProps.getStateName()BedrockInvokeModelJsonPathProps.Builder.taskTimeout(Timeout taskTimeout) Sets the value ofTaskStateBaseOptions.getTaskTimeout()Deprecated.use `taskTimeout`BedrockInvokeModelJsonPathProps.Builder.traceEnabled(Boolean traceEnabled) Sets the value ofBedrockInvokeModelJsonPathProps.getTraceEnabled()Constructors in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type BedrockInvokeModelJsonPathProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBedrockInvokeModelJsonPathProps.Builder.