Interface DescribeScheduledAuditResponse.Builder

    • Method Detail

      • frequency

        DescribeScheduledAuditResponse.Builder frequency​(String frequency)

        How often the scheduled audit takes place, either one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. The start time of each audit is determined by the system.

        Parameters:
        frequency - How often the scheduled audit takes place, either one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. The start time of each audit is determined by the system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditFrequency, AuditFrequency
      • frequency

        DescribeScheduledAuditResponse.Builder frequency​(AuditFrequency frequency)

        How often the scheduled audit takes place, either one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. The start time of each audit is determined by the system.

        Parameters:
        frequency - How often the scheduled audit takes place, either one of DAILY, WEEKLY, BIWEEKLY, or MONTHLY. The start time of each audit is determined by the system.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AuditFrequency, AuditFrequency
      • dayOfMonth

        DescribeScheduledAuditResponse.Builder dayOfMonth​(String dayOfMonth)

        The day of the month on which the scheduled audit takes place. This is will be 1 through 31 or LAST. 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 takes place. This is will be 1 through 31 or LAST. 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

        DescribeScheduledAuditResponse.Builder dayOfWeek​(String dayOfWeek)

        The day of the week on which the scheduled audit takes place, either one of SUN, MON, TUE, WED, THU, FRI, or SAT .

        Parameters:
        dayOfWeek - The day of the week on which the scheduled audit takes place, either one of SUN, MON, TUE, WED, THU, FRI, or SAT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • dayOfWeek

        DescribeScheduledAuditResponse.Builder dayOfWeek​(DayOfWeek dayOfWeek)

        The day of the week on which the scheduled audit takes place, either one of SUN, MON, TUE, WED, THU, FRI, or SAT .

        Parameters:
        dayOfWeek - The day of the week on which the scheduled audit takes place, either one of SUN, MON, TUE, WED, THU, FRI, or SAT.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DayOfWeek, DayOfWeek
      • targetCheckNames

        DescribeScheduledAuditResponse.Builder targetCheckNames​(Collection<String> targetCheckNames)

        Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)

        Parameters:
        targetCheckNames - Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetCheckNames

        DescribeScheduledAuditResponse.Builder targetCheckNames​(String... targetCheckNames)

        Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)

        Parameters:
        targetCheckNames - Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use DescribeAccountAuditConfiguration to see the list of all checks, including those that are enabled or use UpdateAccountAuditConfiguration to select which checks are enabled.)
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scheduledAuditName

        DescribeScheduledAuditResponse.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

        DescribeScheduledAuditResponse.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.