Uses of Interface
software.amazon.awssdk.services.qbusiness.model.S3.Builder
-
Packages that use S3.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of S3.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return S3.Builder Modifier and Type Method Description S3.BuilderS3.Builder. bucket(String bucket)The name of the S3 bucket that contains the file.static S3.BuilderS3. builder()S3.BuilderS3.Builder. key(String key)The name of the file.S3.BuilderS3. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type S3.Builder Modifier and Type Method Description static Class<? extends S3.Builder>S3. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type S3.Builder Modifier and Type Method Description static APISchemaAPISchema. fromS3(Consumer<S3.Builder> s3)Create an instance of this class withAPISchema.s3()initialized to the given value.static DocumentContentDocumentContent. fromS3(Consumer<S3.Builder> s3)Create an instance of this class withDocumentContent.s3()initialized to the given value.default APISchema.BuilderAPISchema.Builder. s3(Consumer<S3.Builder> s3)Contains details about the S3 object containing the OpenAPI schema for a custom plugin.default DocumentContent.BuilderDocumentContent.Builder. s3(Consumer<S3.Builder> s3)The path to the document in an Amazon S3 bucket.
-