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, either one of
SUN ,
MON , TUE , WED , THU , FRI , or SAT
. |
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
. |
DescribeScheduledAuditResponse.Builder |
frequency(AuditFrequency frequency)
How often the scheduled audit takes place, either one of
DAILY , WEEKLY ,
BIWEEKLY , or MONTHLY . |
DescribeScheduledAuditResponse.Builder |
frequency(String frequency)
How often the scheduled audit takes place, either one of
DAILY , WEEKLY ,
BIWEEKLY , or MONTHLY . |
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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
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.AuditFrequency
,
AuditFrequency
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.
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.AuditFrequency
,
AuditFrequency
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.
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.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
.
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
.
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 © 2021. All rights reserved.