Interface TypeChangeKeyAction

All Superinterfaces:
ResourceUpdateAction<TypeUpdateAction>, TypeUpdateAction
All Known Implementing Classes:
TypeChangeKeyActionImpl

public interface TypeChangeKeyAction extends TypeUpdateAction
TypeChangeKeyAction
Example to create an instance using the builder pattern

     TypeChangeKeyAction typeChangeKeyAction = TypeChangeKeyAction.builder()
             .key("{key}")
             .build()