static ImmutableLifecycle.Builder |
ImmutableLifecycle.builder() |
|
ImmutableLifecycle.Builder |
ImmutableLifecycle.Builder.data(Map<String,? extends Object> entries) |
Sets or replaces all mappings from the specified map as entries for the data map.
|
ImmutableLifecycle.Builder |
ImmutableLifecycle.Builder.from(Lifecycle instance) |
Fill a builder with attribute values from the provided Lifecycle instance.
|
ImmutableLifecycle.Builder |
ImmutableLifecycle.Builder.putAllData(Map<String,? extends Object> entries) |
Put all mappings from the specified map as entries to data map.
|
ImmutableLifecycle.Builder |
ImmutableLifecycle.Builder.putData(String key,
Object value) |
Put one entry to the data map.
|
ImmutableLifecycle.Builder |
ImmutableLifecycle.Builder.putData(Map.Entry<String,? extends Object> entry) |
Put one entry to the data map.
|
ImmutableLifecycle.Builder |
ImmutableLifecycle.Builder.type(LifecycleType type) |
Initializes the value for the type attribute.
|