public static interface ScheduledAuditMetadata.Builder extends SdkPojo, CopyableBuilder<ScheduledAuditMetadata.Builder,ScheduledAuditMetadata>
| Modifier and Type | Method and Description |
|---|---|
ScheduledAuditMetadata.Builder |
dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit is run (if the
frequency is "MONTHLY"). |
ScheduledAuditMetadata.Builder |
dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit is run (if the
frequency is "WEEKLY" or
"BIWEEKLY"). |
ScheduledAuditMetadata.Builder |
dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit is run (if the
frequency is "WEEKLY" or
"BIWEEKLY"). |
ScheduledAuditMetadata.Builder |
frequency(AuditFrequency frequency)
How often the scheduled audit occurs.
|
ScheduledAuditMetadata.Builder |
frequency(String frequency)
How often the scheduled audit occurs.
|
ScheduledAuditMetadata.Builder |
scheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
ScheduledAuditMetadata.Builder |
scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildScheduledAuditMetadata.Builder scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
scheduledAuditName - The name of the scheduled audit.ScheduledAuditMetadata.Builder scheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
scheduledAuditArn - The ARN of the scheduled audit.ScheduledAuditMetadata.Builder frequency(String frequency)
How often the scheduled audit occurs.
frequency - How often the scheduled audit occurs.AuditFrequency,
AuditFrequencyScheduledAuditMetadata.Builder frequency(AuditFrequency frequency)
How often the scheduled audit occurs.
frequency - How often the scheduled audit occurs.AuditFrequency,
AuditFrequencyScheduledAuditMetadata.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.
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.ScheduledAuditMetadata.Builder dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or
"BIWEEKLY").
ScheduledAuditMetadata.Builder dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit is run (if the frequency is "WEEKLY" or
"BIWEEKLY").
Copyright © 2019. All rights reserved.