Interface CreatedBy

All Superinterfaces:
ClientLogging
All Known Implementing Classes:
CreatedByImpl

public interface CreatedBy extends ClientLogging

Present on resources created after 1 February 2019 except for events not tracked.


Example to create an instance using the builder pattern

     CreatedBy createdBy = CreatedBy.builder()
             .build()