| Package | Description |
|---|---|
| com.orbitz.consul.option |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEventOptions |
ImmutableEventOptions.Builder.build()
Builds a new
ImmutableEventOptions. |
static ImmutableEventOptions |
ImmutableEventOptions.copyOf(EventOptions instance)
Creates an immutable copy of a
EventOptions value. |
ImmutableEventOptions |
ImmutableEventOptions.withDatacenter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
datacenter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withDatacenter(String value)
Copy the current immutable object by setting a present value for the optional
datacenter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withNodeFilter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
nodeFilter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withNodeFilter(String value)
Copy the current immutable object by setting a present value for the optional
nodeFilter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withServiceFilter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
serviceFilter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withServiceFilter(String value)
Copy the current immutable object by setting a present value for the optional
serviceFilter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withTagFilter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
tagFilter attribute. |
ImmutableEventOptions |
ImmutableEventOptions.withTagFilter(String value)
Copy the current immutable object by setting a present value for the optional
tagFilter attribute. |
Copyright © 2018. All rights reserved.