Interface ZoneChangeNameAction

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

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

     ZoneChangeNameAction zoneChangeNameAction = ZoneChangeNameAction.builder()
             .name("{name}")
             .build()