Interface DescribeScheduledAuditResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeScheduledAuditResponse.Builder,
,DescribeScheduledAuditResponse> IotResponse.Builder
,SdkBuilder<DescribeScheduledAuditResponse.Builder,
,DescribeScheduledAuditResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeScheduledAuditResponse
-
Method Summary
Modifier and TypeMethodDescriptiondayOfMonth
(String dayOfMonth) The day of the month on which the scheduled audit takes place.The day of the week on which the scheduled audit takes place, either one ofSUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
.The day of the week on which the scheduled audit takes place, either one ofSUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
.How often the scheduled audit takes place, either one ofDAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
.frequency
(AuditFrequency frequency) How often the scheduled audit takes place, either one ofDAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
.scheduledAuditArn
(String scheduledAuditArn) The ARN of the scheduled audit.scheduledAuditName
(String scheduledAuditName) The name of the scheduled audit.targetCheckNames
(String... targetCheckNames) Which checks are performed during the scheduled audit.targetCheckNames
(Collection<String> targetCheckNames) Which checks are performed during the scheduled audit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
frequency
How often the scheduled audit takes place, either one of
DAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
. The start time of each audit is determined by the system.- Parameters:
frequency
- How often the scheduled audit takes place, either one ofDAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
. 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:
-
frequency
How often the scheduled audit takes place, either one of
DAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
. The start time of each audit is determined by the system.- Parameters:
frequency
- How often the scheduled audit takes place, either one ofDAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
. 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:
-
dayOfMonth
The day of the month on which the scheduled audit takes place. This is will be
1
through31
orLAST
. If days29
-31
are specified, and the month does not have that many days, the audit takes place on theLAST
day of the month.- Parameters:
dayOfMonth
- The day of the month on which the scheduled audit takes place. This is will be1
through31
orLAST
. If days29
-31
are specified, and the month does not have that many days, the audit takes place on theLAST
day of the month.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfWeek
The day of the week on which the scheduled audit takes place, either one of
SUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
.- Parameters:
dayOfWeek
- The day of the week on which the scheduled audit takes place, either one ofSUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dayOfWeek
The day of the week on which the scheduled audit takes place, either one of
SUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
.- Parameters:
dayOfWeek
- The day of the week on which the scheduled audit takes place, either one ofSUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 useUpdateAccountAuditConfiguration
to select which checks are enabled.)- Parameters:
targetCheckNames
- Which checks are performed during the scheduled audit. Checks must be enabled for your account. (UseDescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or useUpdateAccountAuditConfiguration
to select which checks are enabled.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 useUpdateAccountAuditConfiguration
to select which checks are enabled.)- Parameters:
targetCheckNames
- Which checks are performed during the scheduled audit. Checks must be enabled for your account. (UseDescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or useUpdateAccountAuditConfiguration
to select which checks are enabled.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-