| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.builder()
Creates a builder for
ImmutableMongoImportArguments. |
static ImmutableMongoImportArguments.Builder |
MongoImportArguments.builder() |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.collectionName(Optional<String> collectionName)
Initializes the optional value
collectionName to collectionName. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.collectionName(String collectionName)
Initializes the optional value
collectionName to collectionName. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.databaseName(Optional<String> databaseName)
Initializes the optional value
databaseName to databaseName. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.databaseName(String databaseName)
Initializes the optional value
databaseName to databaseName. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.dropCollection(boolean dropCollection)
Initializes the value for the
dropCollection attribute. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.from(MongoImportArguments instance)
Fill a builder with attribute values from the provided
MongoImportArguments instance. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.importFile(Optional<String> importFile)
Initializes the optional value
importFile to importFile. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.importFile(String importFile)
Initializes the optional value
importFile to importFile. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.isHeaderline(boolean isHeaderline)
Initializes the value for the
isHeaderline attribute. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.isJsonArray(boolean isJsonArray)
Initializes the value for the
isJsonArray attribute. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.type(Optional<String> type)
Initializes the value for the
type attribute. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.upsertDocuments(boolean upsertDocuments)
Initializes the value for the
upsertDocuments attribute. |
ImmutableMongoImportArguments.Builder |
ImmutableMongoImportArguments.Builder.verbose(boolean verbose)
Initializes the value for the
verbose attribute. |
Copyright © 2023. All rights reserved.