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