@Stability(value=Stable) public static final class CfnScheduledAudit.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledAudit>
CfnScheduledAudit.| Modifier and Type | Method and Description |
|---|---|
CfnScheduledAudit |
build() |
static CfnScheduledAudit.Builder |
create(software.constructs.Construct scope,
String id) |
CfnScheduledAudit.Builder |
dayOfMonth(String dayOfMonth)
`AWS::IoT::ScheduledAudit.DayOfMonth`.
|
CfnScheduledAudit.Builder |
dayOfWeek(String dayOfWeek)
`AWS::IoT::ScheduledAudit.DayOfWeek`.
|
CfnScheduledAudit.Builder |
frequency(String frequency)
`AWS::IoT::ScheduledAudit.Frequency`.
|
CfnScheduledAudit.Builder |
scheduledAuditName(String scheduledAuditName)
`AWS::IoT::ScheduledAudit.ScheduledAuditName`.
|
CfnScheduledAudit.Builder |
tags(List<? extends CfnTag> tags)
`AWS::IoT::ScheduledAudit.Tags`.
|
CfnScheduledAudit.Builder |
targetCheckNames(List<String> targetCheckNames)
`AWS::IoT::ScheduledAudit.TargetCheckNames`.
|
@Stability(value=Stable) public static CfnScheduledAudit.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnScheduledAudit.Builder.@Stability(value=Stable) public CfnScheduledAudit.Builder frequency(String frequency)
frequency - `AWS::IoT::ScheduledAudit.Frequency`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAudit.Builder targetCheckNames(List<String> targetCheckNames)
targetCheckNames - `AWS::IoT::ScheduledAudit.TargetCheckNames`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAudit.Builder dayOfMonth(String dayOfMonth)
dayOfMonth - `AWS::IoT::ScheduledAudit.DayOfMonth`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAudit.Builder dayOfWeek(String dayOfWeek)
dayOfWeek - `AWS::IoT::ScheduledAudit.DayOfWeek`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAudit.Builder scheduledAuditName(String scheduledAuditName)
scheduledAuditName - `AWS::IoT::ScheduledAudit.ScheduledAuditName`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAudit.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::IoT::ScheduledAudit.Tags`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAudit build()
build in interface software.amazon.jsii.Builder<CfnScheduledAudit>Copyright © 2021. All rights reserved.