@Stability(value=Stable) public static final class CfnScheduledAuditProps.Builder extends Object implements software.amazon.jsii.Builder<CfnScheduledAuditProps>
CfnScheduledAuditProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnScheduledAuditProps |
build()
Builds the configured instance.
|
CfnScheduledAuditProps.Builder |
dayOfMonth(String dayOfMonth)
Sets the value of
CfnScheduledAuditProps.getDayOfMonth() |
CfnScheduledAuditProps.Builder |
dayOfWeek(String dayOfWeek)
Sets the value of
CfnScheduledAuditProps.getDayOfWeek() |
CfnScheduledAuditProps.Builder |
frequency(String frequency)
Sets the value of
CfnScheduledAuditProps.getFrequency() |
CfnScheduledAuditProps.Builder |
scheduledAuditName(String scheduledAuditName)
Sets the value of
CfnScheduledAuditProps.getScheduledAuditName() |
CfnScheduledAuditProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnScheduledAuditProps.getTags() |
CfnScheduledAuditProps.Builder |
targetCheckNames(List<String> targetCheckNames)
Sets the value of
CfnScheduledAuditProps.getTargetCheckNames() |
@Stability(value=Stable) public CfnScheduledAuditProps.Builder frequency(String frequency)
CfnScheduledAuditProps.getFrequency()frequency - `AWS::IoT::ScheduledAudit.Frequency`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAuditProps.Builder targetCheckNames(List<String> targetCheckNames)
CfnScheduledAuditProps.getTargetCheckNames()targetCheckNames - `AWS::IoT::ScheduledAudit.TargetCheckNames`. This parameter is required.this@Stability(value=Stable) public CfnScheduledAuditProps.Builder dayOfMonth(String dayOfMonth)
CfnScheduledAuditProps.getDayOfMonth()dayOfMonth - `AWS::IoT::ScheduledAudit.DayOfMonth`.this@Stability(value=Stable) public CfnScheduledAuditProps.Builder dayOfWeek(String dayOfWeek)
CfnScheduledAuditProps.getDayOfWeek()dayOfWeek - `AWS::IoT::ScheduledAudit.DayOfWeek`.this@Stability(value=Stable) public CfnScheduledAuditProps.Builder scheduledAuditName(String scheduledAuditName)
CfnScheduledAuditProps.getScheduledAuditName()scheduledAuditName - `AWS::IoT::ScheduledAudit.ScheduledAuditName`.this@Stability(value=Stable) public CfnScheduledAuditProps.Builder tags(List<? extends CfnTag> tags)
CfnScheduledAuditProps.getTags()tags - `AWS::IoT::ScheduledAudit.Tags`.this@Stability(value=Stable) public CfnScheduledAuditProps build()
build in interface software.amazon.jsii.Builder<CfnScheduledAuditProps>CfnScheduledAuditPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.