ImmutableEventOptions |
ImmutableEventOptions.Builder.build() |
|
static ImmutableEventOptions |
ImmutableEventOptions.copyOf(EventOptions instance) |
|
ImmutableEventOptions |
ImmutableEventOptions.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withNodeFilter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional nodeFilter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withNodeFilter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the nodeFilter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withServiceFilter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional serviceFilter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withServiceFilter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the serviceFilter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withTagFilter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional tagFilter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withTagFilter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the tagFilter attribute.
|
ImmutableEventOptions |
ImmutableEventOptions.withToHeaders(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the toHeaders map with the specified map.
|