Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.S3Location.Builder
Packages that use S3Location.Builder
-
Uses of S3Location.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return S3Location.BuilderModifier and TypeMethodDescriptionThe name of the Amazon S3 bucket where the resource is stored.static S3Location.BuilderS3Location.builder()The name of the Amazon S3 prefix/key where the resource is stored.S3Location.toBuilder()The name of the Amazon S3 version ID where the resource is stored (Optional).Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic Class<? extends S3Location.Builder>S3Location.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type S3Location.BuilderModifier and TypeMethodDescriptionstatic ResourceLocationResourceLocation.fromS3(Consumer<S3Location.Builder> s3) Create an instance of this class withResourceLocation.s3()initialized to the given value.default ResourceLocation.BuilderResourceLocation.Builder.s3(Consumer<S3Location.Builder> s3) The Amazon S3 location of the resource.