Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CollectorFlowNodeConfiguration
-
Packages that use CollectorFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of CollectorFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CollectorFlowNodeConfiguration Modifier and Type Method Description CollectorFlowNodeConfigurationFlowNodeConfiguration. collector()Contains configurations for a collector node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type CollectorFlowNodeConfiguration Modifier and Type Method Description FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. collector(CollectorFlowNodeConfiguration collector)Contains configurations for a collector node in your flow.static FlowNodeConfigurationFlowNodeConfiguration. fromCollector(CollectorFlowNodeConfiguration collector)Create an instance of this class withFlowNodeConfiguration.collector()initialized to the given value.
-