public static interface DescribeScheduledAuditResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeScheduledAuditResponse.Builder,DescribeScheduledAuditResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeScheduledAuditResponse.Builder |
dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place.
|
DescribeScheduledAuditResponse.Builder |
dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place.
|
DescribeScheduledAuditResponse.Builder |
dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place.
|
DescribeScheduledAuditResponse.Builder |
frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
DescribeScheduledAuditResponse.Builder |
frequency(String frequency)
How often the scheduled audit takes place.
|
DescribeScheduledAuditResponse.Builder |
scheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
|
DescribeScheduledAuditResponse.Builder |
scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
|
DescribeScheduledAuditResponse.Builder |
targetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit.
|
DescribeScheduledAuditResponse.Builder |
targetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeScheduledAuditResponse.Builder frequency(String frequency)
How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY", or "MONTHLY". The start time of each audit is determined by the system.
frequency - How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY", or "MONTHLY". The
start time of each audit is determined by the system.AuditFrequency,
AuditFrequencyDescribeScheduledAuditResponse.Builder frequency(AuditFrequency frequency)
How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY", or "MONTHLY". The start time of each audit is determined by the system.
frequency - How often the scheduled audit takes place. One of "DAILY", "WEEKLY", "BIWEEKLY", or "MONTHLY". The
start time of each audit is determined by the system.AuditFrequency,
AuditFrequencyDescribeScheduledAuditResponse.Builder dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place. 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.
dayOfMonth - The day of the month on which the scheduled audit takes place. 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.DescribeScheduledAuditResponse.Builder dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU", "FRI", or "SAT".
DescribeScheduledAuditResponse.Builder dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place. One of "SUN", "MON", "TUE", "WED", "THU", "FRI", or "SAT".
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.)
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.)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.)
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.)DescribeScheduledAuditResponse.Builder scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.
scheduledAuditName - The name of the scheduled audit.DescribeScheduledAuditResponse.Builder scheduledAuditArn(String scheduledAuditArn)
The ARN of the scheduled audit.
scheduledAuditArn - The ARN of the scheduled audit.Copyright © 2019. All rights reserved.