ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.addAllChecks(java.lang.Iterable<java.lang.String> elements) |
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.addChecks(java.lang.String element) |
Adds one element to checks list.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.addChecks(java.lang.String... elements) |
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.behavior(java.lang.String behavior) |
Initializes the value for the behavior attribute.
|
static ImmutableSessionInfo.Builder |
ImmutableSessionInfo.builder() |
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.checks(java.lang.Iterable<java.lang.String> elements) |
Sets or replaces all elements for checks list.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.createIndex(long createIndex) |
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.from(SessionInfo instance) |
Fill a builder with attribute values from the provided SessionInfo instance.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.id(java.lang.String id) |
Initializes the value for the id attribute.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.lockDelay(java.lang.Long lockDelay) |
Initializes the value for the lockDelay attribute.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.name(java.lang.String name) |
Initializes the optional value name to name.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.name(java.util.Optional<java.lang.String> name) |
Initializes the optional value name to name.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.node(java.lang.String node) |
Initializes the value for the node attribute.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.ttl(java.lang.String ttl) |
Initializes the optional value ttl to ttl.
|
ImmutableSessionInfo.Builder |
ImmutableSessionInfo.Builder.ttl(java.util.Optional<java.lang.String> ttl) |
Initializes the optional value ttl to ttl.
|