Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.S3Identifier.Builder
-
Packages that use S3Identifier.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of S3Identifier.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return S3Identifier.Builder Modifier and Type Method Description static S3Identifier.BuilderS3Identifier. builder()S3Identifier.BuilderS3Identifier.Builder. s3BucketName(String s3BucketName)The name of the S3 bucket.S3Identifier.BuilderS3Identifier.Builder. s3ObjectKey(String s3ObjectKey)The S3 object key for the S3 resource.S3Identifier.BuilderS3Identifier. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type S3Identifier.Builder Modifier and Type Method Description static Class<? extends S3Identifier.Builder>S3Identifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type S3Identifier.Builder Modifier and Type Method Description static APISchemaAPISchema. fromS3(Consumer<S3Identifier.Builder> s3)Create an instance of this class withAPISchema.s3()initialized to the given value.default APISchema.BuilderAPISchema.Builder. s3(Consumer<S3Identifier.Builder> s3)Contains details about the S3 object containing the OpenAPI schema for the action group.
-