Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.StorageFlowNodeS3Configuration.Builder
-
Packages that use StorageFlowNodeS3Configuration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of StorageFlowNodeS3Configuration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return StorageFlowNodeS3Configuration.Builder Modifier and Type Method Description StorageFlowNodeS3Configuration.BuilderStorageFlowNodeS3Configuration.Builder. bucketName(String bucketName)The name of the Amazon S3 bucket in which to store the input into the node.static StorageFlowNodeS3Configuration.BuilderStorageFlowNodeS3Configuration. builder()StorageFlowNodeS3Configuration.BuilderStorageFlowNodeS3Configuration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type StorageFlowNodeS3Configuration.Builder Modifier and Type Method Description static Class<? extends StorageFlowNodeS3Configuration.Builder>StorageFlowNodeS3Configuration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type StorageFlowNodeS3Configuration.Builder Modifier and Type Method Description static StorageFlowNodeServiceConfigurationStorageFlowNodeServiceConfiguration. fromS3(Consumer<StorageFlowNodeS3Configuration.Builder> s3)Create an instance of this class withStorageFlowNodeServiceConfiguration.s3()initialized to the given value.default StorageFlowNodeServiceConfiguration.BuilderStorageFlowNodeServiceConfiguration.Builder. s3(Consumer<StorageFlowNodeS3Configuration.Builder> s3)Contains configurations for the Amazon S3 location in which to store the input into the node.
-