public static interface CreateScheduledAuditRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<CreateScheduledAuditRequest.Builder,CreateScheduledAuditRequest>
Modifier and Type | Method and Description |
---|---|
CreateScheduledAuditRequest.Builder |
dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place.
|
CreateScheduledAuditRequest.Builder |
dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place.
|
CreateScheduledAuditRequest.Builder |
dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place.
|
CreateScheduledAuditRequest.Builder |
frequency(AuditFrequency frequency)
How often the scheduled audit takes place.
|
CreateScheduledAuditRequest.Builder |
frequency(String frequency)
How often the scheduled audit takes place.
|
CreateScheduledAuditRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateScheduledAuditRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateScheduledAuditRequest.Builder |
scheduledAuditName(String scheduledAuditName)
The name you want to give to the scheduled audit.
|
CreateScheduledAuditRequest.Builder |
tags(Collection<Tag> tags)
Metadata that can be used to manage the scheduled audit.
|
CreateScheduledAuditRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the scheduled audit.
|
CreateScheduledAuditRequest.Builder |
tags(Tag... tags)
Metadata that can be used to manage the scheduled audit.
|
CreateScheduledAuditRequest.Builder |
targetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit.
|
CreateScheduledAuditRequest.Builder |
targetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateScheduledAuditRequest.Builder frequency(String frequency)
How often the scheduled audit takes place. Can be 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. Can be one of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY".
The start time of each audit is determined by the system.AuditFrequency
,
AuditFrequency
CreateScheduledAuditRequest.Builder frequency(AuditFrequency frequency)
How often the scheduled audit takes place. Can be 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. Can be one of "DAILY", "WEEKLY", "BIWEEKLY" or "MONTHLY".
The start time of each audit is determined by the system.AuditFrequency
,
AuditFrequency
CreateScheduledAuditRequest.Builder dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place. Can be "1" through "31" or "LAST". This field is required if the "frequency" parameter is set to "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 takes place. Can be "1" through "31" or "LAST". This
field is required if the "frequency" parameter is set to "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.CreateScheduledAuditRequest.Builder dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place. Can be one of "SUN", "MON", "TUE", "WED", "THU", "FRI", or "SAT". This field is required if the "frequency" parameter is set to "WEEKLY" or "BIWEEKLY".
dayOfWeek
- The day of the week on which the scheduled audit takes place. Can be one of "SUN", "MON", "TUE",
"WED", "THU", "FRI", or "SAT". This field is required if the "frequency" parameter is set to "WEEKLY"
or "BIWEEKLY".DayOfWeek
,
DayOfWeek
CreateScheduledAuditRequest.Builder dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place. Can be one of "SUN", "MON", "TUE", "WED", "THU", "FRI", or "SAT". This field is required if the "frequency" parameter is set to "WEEKLY" or "BIWEEKLY".
dayOfWeek
- The day of the week on which the scheduled audit takes place. Can be one of "SUN", "MON", "TUE",
"WED", "THU", "FRI", or "SAT". This field is required if the "frequency" parameter is set to "WEEKLY"
or "BIWEEKLY".DayOfWeek
,
DayOfWeek
CreateScheduledAuditRequest.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.)CreateScheduledAuditRequest.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.)CreateScheduledAuditRequest.Builder scheduledAuditName(String scheduledAuditName)
The name you want to give to the scheduled audit. (Max. 128 chars)
scheduledAuditName
- The name you want to give to the scheduled audit. (Max. 128 chars)CreateScheduledAuditRequest.Builder tags(Collection<Tag> tags)
Metadata that can be used to manage the scheduled audit.
tags
- Metadata that can be used to manage the scheduled audit.CreateScheduledAuditRequest.Builder tags(Tag... tags)
Metadata that can be used to manage the scheduled audit.
tags
- Metadata that can be used to manage the scheduled audit.CreateScheduledAuditRequest.Builder tags(Consumer<Tag.Builder>... tags)
Metadata that can be used to manage the scheduled audit.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #tags(List)
.tags
- a consumer that will call methods on List.Builder
#tags(List)
CreateScheduledAuditRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateScheduledAuditRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.