Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.S3Identifier.Builder
-
Packages that use S3Identifier.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of S3Identifier.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return S3Identifier.Builder Modifier and Type Method Description static S3Identifier.BuilderS3Identifier. builder()S3Identifier.BuilderS3Identifier.Builder. s3BucketName(String s3BucketName)Sets the value of the S3BucketName property for this object.S3Identifier.BuilderS3Identifier.Builder. s3ObjectKey(String s3ObjectKey)Sets the value of the S3ObjectKey property for this object.S3Identifier.BuilderS3Identifier. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.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.bedrockagent.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)Sets the value of the S3 property for this object.
-