Interface UpdateScheduledAuditRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateScheduledAuditRequest.Builder,UpdateScheduledAuditRequest>
,IotRequest.Builder
,SdkBuilder<UpdateScheduledAuditRequest.Builder,UpdateScheduledAuditRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateScheduledAuditRequest
public static interface UpdateScheduledAuditRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateScheduledAuditRequest.Builder,UpdateScheduledAuditRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateScheduledAuditRequest.Builder
dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place.UpdateScheduledAuditRequest.Builder
dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place.UpdateScheduledAuditRequest.Builder
dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place.UpdateScheduledAuditRequest.Builder
frequency(String frequency)
How often the scheduled audit takes place, eitherDAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
.UpdateScheduledAuditRequest.Builder
frequency(AuditFrequency frequency)
How often the scheduled audit takes place, eitherDAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
.UpdateScheduledAuditRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateScheduledAuditRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
UpdateScheduledAuditRequest.Builder
scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit.UpdateScheduledAuditRequest.Builder
targetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit.UpdateScheduledAuditRequest.Builder
targetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
frequency
UpdateScheduledAuditRequest.Builder frequency(String frequency)
How often the scheduled audit takes place, either
DAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
. The start time of each audit is determined by the system.- Parameters:
frequency
- How often the scheduled audit takes place, eitherDAILY
,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:
AuditFrequency
,AuditFrequency
-
frequency
UpdateScheduledAuditRequest.Builder frequency(AuditFrequency frequency)
How often the scheduled audit takes place, either
DAILY
,WEEKLY
,BIWEEKLY
, orMONTHLY
. The start time of each audit is determined by the system.- Parameters:
frequency
- How often the scheduled audit takes place, eitherDAILY
,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:
AuditFrequency
,AuditFrequency
-
dayOfMonth
UpdateScheduledAuditRequest.Builder dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place. This can be
1
through31
orLAST
. This field is required if thefrequency
parameter is set toMONTHLY
. 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.- Parameters:
dayOfMonth
- The day of the month on which the scheduled audit takes place. This can be1
through31
orLAST
. This field is required if thefrequency
parameter is set toMONTHLY
. 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfWeek
UpdateScheduledAuditRequest.Builder dayOfWeek(String dayOfWeek)
The day of the week on which the scheduled audit takes place. This can be one of
SUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
. This field is required if the "frequency" parameter is set toWEEKLY
orBIWEEKLY
.- Parameters:
dayOfWeek
- The day of the week on which the scheduled audit takes place. This can be one ofSUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
. This field is required if the "frequency" parameter is set toWEEKLY
orBIWEEKLY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DayOfWeek
,DayOfWeek
-
dayOfWeek
UpdateScheduledAuditRequest.Builder dayOfWeek(DayOfWeek dayOfWeek)
The day of the week on which the scheduled audit takes place. This can be one of
SUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
. This field is required if the "frequency" parameter is set toWEEKLY
orBIWEEKLY
.- Parameters:
dayOfWeek
- The day of the week on which the scheduled audit takes place. This can be one ofSUN
,MON
,TUE
,WED
,THU
,FRI
, orSAT
. This field is required if the "frequency" parameter is set toWEEKLY
orBIWEEKLY
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DayOfWeek
,DayOfWeek
-
targetCheckNames
UpdateScheduledAuditRequest.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 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
UpdateScheduledAuditRequest.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 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
UpdateScheduledAuditRequest.Builder scheduledAuditName(String scheduledAuditName)
The name of the scheduled audit. (Max. 128 chars)
- Parameters:
scheduledAuditName
- The name of the scheduled audit. (Max. 128 chars)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateScheduledAuditRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateScheduledAuditRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-