Interface ZoneAddLocationAction

All Superinterfaces:
ResourceUpdateAction<ZoneUpdateAction>, ZoneUpdateAction
All Known Implementing Classes:
ZoneAddLocationActionImpl

public interface ZoneAddLocationAction extends ZoneUpdateAction
ZoneAddLocationAction
Example to create an instance using the builder pattern

     ZoneAddLocationAction zoneAddLocationAction = ZoneAddLocationAction.builder()
             .location(locationBuilder -> locationBuilder)
             .build()