Uses of Interface
software.amazon.awssdk.services.lookoutmetrics.model.FileFormatDescriptor.Builder
-
Packages that use FileFormatDescriptor.Builder Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of FileFormatDescriptor.Builder in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return FileFormatDescriptor.Builder Modifier and Type Method Description static FileFormatDescriptor.BuilderFileFormatDescriptor. builder()default FileFormatDescriptor.BuilderFileFormatDescriptor.Builder. csvFormatDescriptor(Consumer<CsvFormatDescriptor.Builder> csvFormatDescriptor)Contains information about how a source CSV data file should be analyzed.FileFormatDescriptor.BuilderFileFormatDescriptor.Builder. csvFormatDescriptor(CsvFormatDescriptor csvFormatDescriptor)Contains information about how a source CSV data file should be analyzed.default FileFormatDescriptor.BuilderFileFormatDescriptor.Builder. jsonFormatDescriptor(Consumer<JsonFormatDescriptor.Builder> jsonFormatDescriptor)Contains information about how a source JSON data file should be analyzed.FileFormatDescriptor.BuilderFileFormatDescriptor.Builder. jsonFormatDescriptor(JsonFormatDescriptor jsonFormatDescriptor)Contains information about how a source JSON data file should be analyzed.FileFormatDescriptor.BuilderFileFormatDescriptor. toBuilder()Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type FileFormatDescriptor.Builder Modifier and Type Method Description static Class<? extends FileFormatDescriptor.Builder>FileFormatDescriptor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lookoutmetrics.model with type arguments of type FileFormatDescriptor.Builder Modifier and Type Method Description default S3SourceConfig.BuilderS3SourceConfig.Builder. fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)Contains information about a source file's formatting.default SampleDataS3SourceConfig.BuilderSampleDataS3SourceConfig.Builder. fileFormatDescriptor(Consumer<FileFormatDescriptor.Builder> fileFormatDescriptor)Sets the value of the FileFormatDescriptor property for this object.
-