ImmutableCatalogRegistration |
ImmutableCatalogRegistration.Builder.build() |
|
static ImmutableCatalogRegistration |
ImmutableCatalogRegistration.copyOf(CatalogRegistration instance) |
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withAddress(java.lang.String value) |
Copy the current immutable object by setting a value for the address attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withCheck(Check value) |
Copy the current immutable object by setting a present value for the optional check attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withCheck(java.util.Optional<? extends Check> optional) |
Copy the current immutable object by setting an optional value for the check attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional id attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the id attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withNode(java.lang.String value) |
Copy the current immutable object by setting a value for the node attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withNodeMeta(java.util.Map<java.lang.String,? extends java.lang.String> entries) |
Copy the current immutable object by replacing the nodeMeta map with the specified map.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withService(Service value) |
Copy the current immutable object by setting a present value for the optional service attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withService(java.util.Optional<? extends Service> optional) |
Copy the current immutable object by setting an optional value for the service attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withSkipNodeUpdate(boolean value) |
Copy the current immutable object by setting a present value for the optional skipNodeUpdate attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withSkipNodeUpdate(java.util.Optional<java.lang.Boolean> optional) |
Copy the current immutable object by setting an optional value for the skipNodeUpdate attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withTaggedAddresses(TaggedAddresses value) |
Copy the current immutable object by setting a present value for the optional taggedAddresses attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withTaggedAddresses(java.util.Optional<? extends TaggedAddresses> optional) |
Copy the current immutable object by setting an optional value for the taggedAddresses attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withWriteRequest(WriteRequest value) |
Copy the current immutable object by setting a present value for the optional writeRequest attribute.
|
ImmutableCatalogRegistration |
ImmutableCatalogRegistration.withWriteRequest(java.util.Optional<? extends WriteRequest> optional) |
Copy the current immutable object by setting an optional value for the writeRequest attribute.
|