static ImmutableMongoDbConfig.Builder |
ImmutableMongoDbConfig.builder() |
|
ImmutableMongoDbConfig.Builder |
ImmutableMongoDbConfig.Builder.db(String db) |
Initializes the value for the db attribute.
|
ImmutableMongoDbConfig.Builder |
ImmutableMongoDbConfig.Builder.from(MongoCommand.MongoDbConfig instance) |
Fill a builder with attribute values from the provided MongoDbConfig instance.
|
ImmutableMongoDbConfig.Builder |
ImmutableMongoDbConfig.Builder.objects(String objects) |
Initializes the value for the objects attribute.
|
ImmutableMongoDbConfig.Builder |
ImmutableMongoDbConfig.Builder.refs(String refs) |
Initializes the value for the refs attribute.
|
ImmutableMongoDbConfig.Builder |
ImmutableMongoDbConfig.Builder.tags(String tags) |
Initializes the value for the tags attribute.
|