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