Uses of Class
software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeS3Configuration
Packages that use StorageFlowNodeS3Configuration
-
Uses of StorageFlowNodeS3Configuration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageFlowNodeS3ConfigurationModifier and TypeMethodDescriptionStorageFlowNodeServiceConfiguration.s3()Contains configurations for the Amazon S3 location in which to store the input into the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type StorageFlowNodeS3ConfigurationModifier and TypeMethodDescriptionStorageFlowNodeServiceConfiguration.fromS3(StorageFlowNodeS3Configuration s3) Create an instance of this class withStorageFlowNodeServiceConfiguration.s3()initialized to the given value.StorageFlowNodeServiceConfiguration.Builder.s3(StorageFlowNodeS3Configuration s3) Contains configurations for the Amazon S3 location in which to store the input into the node.