setDistances

@NotNull
abstract fun setDistances(@NotNull distances: @NotNull List<Integer>): @NotNull ServerActivation.Builder

Sets the available distances for the activation.

Default: empty list

Return

The builder instance.

Parameters

distances

The list of distances.