Interface NotificationProperty.Builder

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

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

    • notifyDelayAfter

      NotificationProperty.Builder notifyDelayAfter(Integer notifyDelayAfter)

      After a job run starts, the number of minutes to wait before sending a job run delay notification.

      Parameters:
      notifyDelayAfter - After a job run starts, the number of minutes to wait before sending a job run delay notification.
      Returns:
      Returns a reference to this object so that method calls can be chained together.