| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.commands |
| Modifier and Type | Method and Description |
|---|---|
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.Builder.build()
Builds a new
ImmutableMongoShellArguments. |
static ImmutableMongoShellArguments |
ImmutableMongoShellArguments.copyOf(MongoShellArguments instance)
Creates an immutable copy of a
MongoShellArguments value. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withDbName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
dbName attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withDbName(String value)
Copy the current immutable object by setting a present value for the optional
dbName attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withPassword(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
password attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withPassword(String value)
Copy the current immutable object by setting a present value for the optional
password attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withScriptName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
scriptName attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withScriptName(String value)
Copy the current immutable object by setting a present value for the optional
scriptName attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withScriptParameters(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
scriptParameters. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withScriptParameters(String... elements)
Copy the current immutable object with elements that replace the content of
scriptParameters. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withUserName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
userName attribute. |
ImmutableMongoShellArguments |
ImmutableMongoShellArguments.withUserName(String value)
Copy the current immutable object by setting a present value for the optional
userName attribute. |
Copyright © 2024. All rights reserved.