Interface ScheduledAuditMetadata.Builder

    • Method Detail

      • scheduledAuditName

        ScheduledAuditMetadata.Builder scheduledAuditName​(String scheduledAuditName)

        The name of the scheduled audit.

        Parameters:
        scheduledAuditName - The name of the scheduled audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledAuditArn

        ScheduledAuditMetadata.Builder scheduledAuditArn​(String scheduledAuditArn)

        The ARN of the scheduled audit.

        Parameters:
        scheduledAuditArn - The ARN of the scheduled audit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dayOfMonth

        ScheduledAuditMetadata.Builder dayOfMonth​(String dayOfMonth)

        The day of the month on which the scheduled audit is run (if the frequency is "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.

        Parameters:
        dayOfMonth - The day of the month on which the scheduled audit is run (if the frequency is "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dayOfWeek

        ScheduledAuditMetadata.Builder dayOfWeek​(String dayOfWeek)

        The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or "BIWEEKLY").

        Parameters:
        dayOfWeek - The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or "BIWEEKLY").
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • dayOfWeek

        ScheduledAuditMetadata.Builder dayOfWeek​(DayOfWeek dayOfWeek)

        The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or "BIWEEKLY").

        Parameters:
        dayOfWeek - The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or "BIWEEKLY").
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek