Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IntermediateStorage.Builder
Packages that use IntermediateStorage.Builder
-
Uses of IntermediateStorage.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IntermediateStorage.BuilderModifier and TypeMethodDescriptionstatic IntermediateStorage.BuilderIntermediateStorage.builder()default IntermediateStorage.BuilderIntermediateStorage.Builder.s3Location(Consumer<S3Location.Builder> s3Location) An S3 bucket path.IntermediateStorage.Builder.s3Location(S3Location s3Location) An S3 bucket path.IntermediateStorage.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IntermediateStorage.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IntermediateStorage.Builder>IntermediateStorage.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type IntermediateStorage.BuilderModifier and TypeMethodDescriptionCustomTransformationConfiguration.Builder.intermediateStorage(Consumer<IntermediateStorage.Builder> intermediateStorage) An S3 bucket path for input and output objects.