Interface ScheduleRefreshOnEntity.Builder

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

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

    • dayOfWeek

      The day of the week that you want to schedule a refresh on.

      Parameters:
      dayOfWeek - The day of the week that you want to schedule a refresh on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dayOfWeek

      The day of the week that you want to schedule a refresh on.

      Parameters:
      dayOfWeek - The day of the week that you want to schedule a refresh on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • dayOfMonth

      ScheduleRefreshOnEntity.Builder dayOfMonth(String dayOfMonth)

      The day of the month that you want to schedule refresh on.

      Parameters:
      dayOfMonth - The day of the month that you want to schedule refresh on.
      Returns:
      Returns a reference to this object so that method calls can be chained together.