Uses of Class
io.resys.hdes.object.repo.mongodb.ImmutableMongoDbConfig
-
Packages that use ImmutableMongoDbConfig Package Description io.resys.hdes.object.repo.mongodb -
-
Uses of ImmutableMongoDbConfig in io.resys.hdes.object.repo.mongodb
Methods in io.resys.hdes.object.repo.mongodb that return ImmutableMongoDbConfig Modifier and Type Method Description ImmutableMongoDbConfigImmutableMongoDbConfig.Builder. build()Builds a newImmutableMongoDbConfig.static ImmutableMongoDbConfigImmutableMongoDbConfig. copyOf(MongoCommand.MongoDbConfig instance)Creates an immutable copy of aMongoCommand.MongoDbConfigvalue.ImmutableMongoDbConfigImmutableMongoDbConfig. withDb(String value)Copy the current immutable object by setting a value for thedbattribute.ImmutableMongoDbConfigImmutableMongoDbConfig. withObjects(String value)Copy the current immutable object by setting a value for theobjectsattribute.ImmutableMongoDbConfigImmutableMongoDbConfig. withRefs(String value)Copy the current immutable object by setting a value for therefsattribute.ImmutableMongoDbConfigImmutableMongoDbConfig. withTags(String value)Copy the current immutable object by setting a value for thetagsattribute.
-