Interface DescribeScheduledAuditResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeScheduledAuditResponse.Builder,DescribeScheduledAuditResponse>,IotResponse.Builder,SdkBuilder<DescribeScheduledAuditResponse.Builder,DescribeScheduledAuditResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeScheduledAuditResponse
public static interface DescribeScheduledAuditResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeScheduledAuditResponse.Builder,DescribeScheduledAuditResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeScheduledAuditResponse.BuilderdayOfMonth(String dayOfMonth)The day of the month on which the scheduled audit takes place.DescribeScheduledAuditResponse.BuilderdayOfWeek(String dayOfWeek)The day of the week on which the scheduled audit takes place, either one ofSUN,MON,TUE,WED,THU,FRI, orSAT.DescribeScheduledAuditResponse.BuilderdayOfWeek(DayOfWeek dayOfWeek)The day of the week on which the scheduled audit takes place, either one ofSUN,MON,TUE,WED,THU,FRI, orSAT.DescribeScheduledAuditResponse.Builderfrequency(String frequency)How often the scheduled audit takes place, either one ofDAILY,WEEKLY,BIWEEKLY, orMONTHLY.DescribeScheduledAuditResponse.Builderfrequency(AuditFrequency frequency)How often the scheduled audit takes place, either one ofDAILY,WEEKLY,BIWEEKLY, orMONTHLY.DescribeScheduledAuditResponse.BuilderscheduledAuditArn(String scheduledAuditArn)The ARN of the scheduled audit.DescribeScheduledAuditResponse.BuilderscheduledAuditName(String scheduledAuditName)The name of the scheduled audit.DescribeScheduledAuditResponse.BuildertargetCheckNames(String... targetCheckNames)Which checks are performed during the scheduled audit.DescribeScheduledAuditResponse.BuildertargetCheckNames(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 Detail
-
frequency
DescribeScheduledAuditResponse.Builder frequency(String 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:
AuditFrequency,AuditFrequency
-
frequency
DescribeScheduledAuditResponse.Builder frequency(AuditFrequency 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:
AuditFrequency,AuditFrequency
-
dayOfMonth
DescribeScheduledAuditResponse.Builder dayOfMonth(String dayOfMonth)
The day of the month on which the scheduled audit takes place. This is will be
1through31orLAST. If days29-31are specified, and the month does not have that many days, the audit takes place on theLASTday of the month.- Parameters:
dayOfMonth- The day of the month on which the scheduled audit takes place. This is will be1through31orLAST. If days29-31are specified, and the month does not have that many days, the audit takes place on theLASTday of the month.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfWeek
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, orSAT.
-
dayOfWeek
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, orSAT.
-
targetCheckNames
DescribeScheduledAuditResponse.Builder targetCheckNames(Collection<String> targetCheckNames)
Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use
DescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled or useUpdateAccountAuditConfigurationto select which checks are enabled.)- Parameters:
targetCheckNames- Which checks are performed during the scheduled audit. Checks must be enabled for your account. (UseDescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled or useUpdateAccountAuditConfigurationto select which checks are enabled.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetCheckNames
DescribeScheduledAuditResponse.Builder targetCheckNames(String... targetCheckNames)
Which checks are performed during the scheduled audit. Checks must be enabled for your account. (Use
DescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled or useUpdateAccountAuditConfigurationto select which checks are enabled.)- Parameters:
targetCheckNames- Which checks are performed during the scheduled audit. Checks must be enabled for your account. (UseDescribeAccountAuditConfigurationto see the list of all checks, including those that are enabled or useUpdateAccountAuditConfigurationto select which checks are enabled.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledAuditName
DescribeScheduledAuditResponse.Builder scheduledAuditName(String 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
DescribeScheduledAuditResponse.Builder scheduledAuditArn(String 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.
-
-