Uses of Class
software.amazon.awscdk.services.bedrock.CfnFlow.FlowNodeConfigurationProperty.Builder
-
Uses of CfnFlow.FlowNodeConfigurationProperty.Builder in software.amazon.awscdk.services.bedrock
Modifier and TypeMethodDescriptionCfnFlow.FlowNodeConfigurationProperty.Builder.agent
(IResolvable agent) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getAgent()
CfnFlow.FlowNodeConfigurationProperty.Builder.agent
(CfnFlow.AgentFlowNodeConfigurationProperty agent) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getAgent()
CfnFlow.FlowNodeConfigurationProperty.builder()
Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getCollector()
CfnFlow.FlowNodeConfigurationProperty.Builder.condition
(IResolvable condition) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getCondition()
CfnFlow.FlowNodeConfigurationProperty.Builder.condition
(CfnFlow.ConditionFlowNodeConfigurationProperty condition) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getCondition()
Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getInput()
Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getIterator()
CfnFlow.FlowNodeConfigurationProperty.Builder.knowledgeBase
(IResolvable knowledgeBase) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getKnowledgeBase()
CfnFlow.FlowNodeConfigurationProperty.Builder.knowledgeBase
(CfnFlow.KnowledgeBaseFlowNodeConfigurationProperty knowledgeBase) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getKnowledgeBase()
CfnFlow.FlowNodeConfigurationProperty.Builder.lambdaFunction
(IResolvable lambdaFunction) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getLambdaFunction()
CfnFlow.FlowNodeConfigurationProperty.Builder.lambdaFunction
(CfnFlow.LambdaFunctionFlowNodeConfigurationProperty lambdaFunction) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getLambdaFunction()
CfnFlow.FlowNodeConfigurationProperty.Builder.lex
(IResolvable lex) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getLex()
CfnFlow.FlowNodeConfigurationProperty.Builder.lex
(CfnFlow.LexFlowNodeConfigurationProperty lex) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getLex()
Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getOutput()
CfnFlow.FlowNodeConfigurationProperty.Builder.prompt
(IResolvable prompt) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getPrompt()
CfnFlow.FlowNodeConfigurationProperty.Builder.prompt
(CfnFlow.PromptFlowNodeConfigurationProperty prompt) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getPrompt()
CfnFlow.FlowNodeConfigurationProperty.Builder.retrieval
(IResolvable retrieval) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getRetrieval()
CfnFlow.FlowNodeConfigurationProperty.Builder.retrieval
(CfnFlow.RetrievalFlowNodeConfigurationProperty retrieval) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getRetrieval()
CfnFlow.FlowNodeConfigurationProperty.Builder.storage
(IResolvable storage) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getStorage()
CfnFlow.FlowNodeConfigurationProperty.Builder.storage
(CfnFlow.StorageFlowNodeConfigurationProperty storage) Sets the value ofCfnFlow.FlowNodeConfigurationProperty.getStorage()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.FlowNodeConfigurationProperty.Builder
.