Class CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.inspectorv2.CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty>
- Enclosing interface:
CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty
@Stability(Stable)
public static final class CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.getDay()Sets the value ofCfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.getStartTime()startTime(IResolvable startTime) Sets the value ofCfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.getStartTime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
day
@Stability(Stable) public CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder day(String day) Sets the value ofCfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.getDay()- Parameters:
day- The monthly schedule's day.- Returns:
this
-
startTime
@Stability(Stable) public CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder startTime(IResolvable startTime) Sets the value ofCfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.getStartTime()- Parameters:
startTime- The monthly schedule's start time.- Returns:
this
-
startTime
@Stability(Stable) public CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.Builder startTime(CfnCisScanConfigurationPropsMixin.TimeProperty startTime) Sets the value ofCfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty.getStartTime()- Parameters:
startTime- The monthly schedule's start time.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty>- Returns:
- a new instance of
CfnCisScanConfigurationPropsMixin.MonthlyScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-