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 takes place.
|
ScheduledAuditMetadata.Builder |
frequency(String frequency)
How often the scheduled audit takes place.
|
ScheduledAuditMetadata.Builder |
scheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
ScheduledAuditMetadata.Builder |
scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
|
copy
applyMutation, build
ScheduledAuditMetadata.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 takes place.
frequency
- How often the scheduled audit takes place.AuditFrequency
,
AuditFrequency
ScheduledAuditMetadata.Builder frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
frequency
- How often the scheduled audit takes place.AuditFrequency
,
AuditFrequency
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.
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.