Class ZoneConnection.Builder

java.lang.Object
com.dna.jopt.member.unit.zonemanager.ZoneConnection.Builder
All Implemented Interfaces:
ZoneConnection.BuildFinal, ZoneConnection.FromZoneIdBuildStage, ZoneConnection.ToZoneIdBuildStage
Enclosing class:
ZoneConnection

@NotThreadSafe public static final class ZoneConnection.Builder extends Object implements ZoneConnection.FromZoneIdBuildStage, ZoneConnection.ToZoneIdBuildStage, ZoneConnection.BuildFinal
Builds instances of type ZoneConnection. Initialize attributes and then invoke the build() method to create an immutable instance.

Builder is not thread-safe and generally should not be stored in a field or collection, but instead used immediately to create instances.