Uses of Interface
software.amazon.awssdk.services.lookoutvision.model.InputS3Object.Builder
-
Packages that use InputS3Object.Builder Package Description software.amazon.awssdk.services.lookoutvision.model -
-
Uses of InputS3Object.Builder in software.amazon.awssdk.services.lookoutvision.model
Methods in software.amazon.awssdk.services.lookoutvision.model that return InputS3Object.Builder Modifier and Type Method Description InputS3Object.BuilderInputS3Object.Builder. bucket(String bucket)The Amazon S3 bucket that contains the manifest.static InputS3Object.BuilderInputS3Object. builder()InputS3Object.BuilderInputS3Object.Builder. key(String key)The name and location of the manifest file withiin the bucket.InputS3Object.BuilderInputS3Object. toBuilder()InputS3Object.BuilderInputS3Object.Builder. versionId(String versionId)The version ID of the bucket.Methods in software.amazon.awssdk.services.lookoutvision.model that return types with arguments of type InputS3Object.Builder Modifier and Type Method Description static Class<? extends InputS3Object.Builder>InputS3Object. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutvision.model with type arguments of type InputS3Object.Builder Modifier and Type Method Description default DatasetGroundTruthManifest.BuilderDatasetGroundTruthManifest.Builder. s3Object(Consumer<InputS3Object.Builder> s3Object)The S3 bucket location for the manifest file.
-