| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongosArguments |
ImmutableMongosArguments.Builder.build()
Builds a new
ImmutableMongosArguments. |
static ImmutableMongosArguments |
ImmutableMongosArguments.copyOf(MongosArguments instance)
Creates an immutable copy of a
MongosArguments value. |
static ImmutableMongosArguments |
MongosArguments.defaults() |
ImmutableMongosArguments |
ImmutableMongosArguments.withConfigDB(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
configDB attribute. |
ImmutableMongosArguments |
ImmutableMongosArguments.withConfigDB(String value)
Copy the current immutable object by setting a present value for the optional
configDB attribute. |
ImmutableMongosArguments |
ImmutableMongosArguments.withReplicaSet(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
replicaSet attribute. |
ImmutableMongosArguments |
ImmutableMongosArguments.withReplicaSet(String value)
Copy the current immutable object by setting a present value for the optional
replicaSet attribute. |
ImmutableMongosArguments |
ImmutableMongosArguments.withVerbose(boolean value)
Copy the current immutable object by setting a value for the
verbose attribute. |
Copyright © 2022. All rights reserved.