Interface WeeklySchedule.Builder

    • Method Detail

      • dayOfWeek

        WeeklySchedule.Builder dayOfWeek​(String dayOfWeek)

        The day of the week when Amazon Macie runs the job.

        Parameters:
        dayOfWeek - The day of the week when Amazon Macie runs the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • dayOfWeek

        WeeklySchedule.Builder dayOfWeek​(DayOfWeek dayOfWeek)

        The day of the week when Amazon Macie runs the job.

        Parameters:
        dayOfWeek - The day of the week when Amazon Macie runs the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek