| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableMongosArguments.Builder |
ImmutableMongosArguments.builder()
Creates a builder for
ImmutableMongosArguments. |
static ImmutableMongosArguments.Builder |
MongosArguments.builder() |
ImmutableMongosArguments.Builder |
ImmutableMongosArguments.Builder.configDB(Optional<String> configDB)
Initializes the optional value
configDB to configDB. |
ImmutableMongosArguments.Builder |
ImmutableMongosArguments.Builder.configDB(String configDB)
Initializes the optional value
configDB to configDB. |
ImmutableMongosArguments.Builder |
ImmutableMongosArguments.Builder.from(MongosArguments instance)
Fill a builder with attribute values from the provided
MongosArguments instance. |
ImmutableMongosArguments.Builder |
ImmutableMongosArguments.Builder.replicaSet(Optional<String> replicaSet)
Initializes the optional value
replicaSet to replicaSet. |
ImmutableMongosArguments.Builder |
ImmutableMongosArguments.Builder.replicaSet(String replicaSet)
Initializes the optional value
replicaSet to replicaSet. |
ImmutableMongosArguments.Builder |
ImmutableMongosArguments.Builder.verbose(boolean verbose)
Initializes the value for the
verbose attribute. |
Copyright © 2022. All rights reserved.