Interface RepositorySyncEvent.Builder

All Superinterfaces:
Buildable, CopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>, SdkBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>, SdkPojo
Enclosing class:
RepositorySyncEvent

public static interface RepositorySyncEvent.Builder extends SdkPojo, CopyableBuilder<RepositorySyncEvent.Builder,RepositorySyncEvent>
  • Method Details

    • event

      A description of a repository sync event.

      Parameters:
      event - A description of a repository sync event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalId

      RepositorySyncEvent.Builder externalId(String externalId)

      The ID for a repository sync event.

      Parameters:
      externalId - The ID for a repository sync event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • time

      The time that a repository sync event occurred.

      Parameters:
      time - The time that a repository sync event occurred.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The event type for a repository sync event.

      Parameters:
      type - The event type for a repository sync event.
      Returns:
      Returns a reference to this object so that method calls can be chained together.