Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeServiceConfiguration
-
Packages that use StorageFlowNodeServiceConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StorageFlowNodeServiceConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageFlowNodeServiceConfiguration Modifier and Type Method Description static StorageFlowNodeServiceConfigurationStorageFlowNodeServiceConfiguration. fromS3(Consumer<StorageFlowNodeS3Configuration.Builder> s3)Create an instance of this class withs3()initialized to the given value.static StorageFlowNodeServiceConfigurationStorageFlowNodeServiceConfiguration. fromS3(StorageFlowNodeS3Configuration s3)Create an instance of this class withs3()initialized to the given value.StorageFlowNodeServiceConfigurationStorageFlowNodeConfiguration. serviceConfiguration()Contains configurations for the service to use for storing the input into the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageFlowNodeServiceConfiguration Modifier and Type Method Description StorageFlowNodeConfiguration.BuilderStorageFlowNodeConfiguration.Builder. serviceConfiguration(StorageFlowNodeServiceConfiguration serviceConfiguration)Contains configurations for the service to use for storing the input into the node.
-