Interface StateChangeKeyAction

All Superinterfaces:
ResourceUpdateAction<StateUpdateAction>, StateUpdateAction
All Known Implementing Classes:
StateChangeKeyActionImpl

public interface StateChangeKeyAction extends StateUpdateAction
StateChangeKeyAction
Example to create an instance using the builder pattern

     StateChangeKeyAction stateChangeKeyAction = StateChangeKeyAction.builder()
             .key("{key}")
             .build()