Interface JobSchedule.Builder

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

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

    • dayOfTheWeek

      JobSchedule.Builder dayOfTheWeek(String dayOfTheWeek)

      The day when the Identity Resolution Job should run every week.

      Parameters:
      dayOfTheWeek - The day when the Identity Resolution Job should run every week.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dayOfTheWeek

      JobSchedule.Builder dayOfTheWeek(JobScheduleDayOfTheWeek dayOfTheWeek)

      The day when the Identity Resolution Job should run every week.

      Parameters:
      dayOfTheWeek - The day when the Identity Resolution Job should run every week.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • time

      The time when the Identity Resolution Job should run every week.

      Parameters:
      time - The time when the Identity Resolution Job should run every week.
      Returns:
      Returns a reference to this object so that method calls can be chained together.