| Package | Description |
|---|---|
| de.flapdoodle.embed.mongo.client |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRole.Builder |
ImmutableRole.Builder.actions(Iterable<String> elements)
Sets or replaces all elements for
actions list. |
ImmutableRole.Builder |
ImmutableRole.Builder.addActions(String... elements)
Adds elements to
actions list. |
ImmutableRole.Builder |
ImmutableRole.Builder.addActions(String element)
Adds one element to
actions list. |
ImmutableRole.Builder |
ImmutableRole.Builder.addAllActions(Iterable<String> elements)
Adds elements to
actions list. |
static ImmutableRole.Builder |
ImmutableRole.builder()
Creates a builder for
ImmutableRole. |
ImmutableRole.Builder |
ImmutableRole.Builder.collection(String collection)
Initializes the value for the
collection attribute. |
ImmutableRole.Builder |
ImmutableRole.Builder.database(String database)
Initializes the value for the
database attribute. |
ImmutableRole.Builder |
ImmutableRole.Builder.from(AuthenticationSetup.Role instance)
Fill a builder with attribute values from the provided
Role instance. |
ImmutableRole.Builder |
ImmutableRole.Builder.name(String name)
Initializes the value for the
name attribute. |
Copyright © 2024. All rights reserved.