ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.Builder.build() |
|
static ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.copyOf(CatalogDeregistration instance) |
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withCheckId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional checkId attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withCheckId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the checkId attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withDatacenter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional datacenter attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withDatacenter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the datacenter attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withNode(java.lang.String value) |
Copy the current immutable object by setting a value for the node attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withServiceId(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional serviceId attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withServiceId(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the serviceId attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withWriteRequest(WriteRequest value) |
Copy the current immutable object by setting a present value for the optional writeRequest attribute.
|
ImmutableCatalogDeregistration |
ImmutableCatalogDeregistration.withWriteRequest(java.util.Optional<? extends WriteRequest> optional) |
Copy the current immutable object by setting an optional value for the writeRequest attribute.
|