Class CfnCisScanConfiguration.DailyScheduleProperty.Builder
java.lang.Object
software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration.DailyScheduleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCisScanConfiguration.DailyScheduleProperty>
- Enclosing interface:
CfnCisScanConfiguration.DailyScheduleProperty
@Stability(Stable)
public static final class CfnCisScanConfiguration.DailyScheduleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCisScanConfiguration.DailyScheduleProperty>
A builder for
CfnCisScanConfiguration.DailyScheduleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.startTime(IResolvable startTime) Sets the value ofCfnCisScanConfiguration.DailyScheduleProperty.getStartTime()startTime(CfnCisScanConfiguration.TimeProperty startTime) Sets the value ofCfnCisScanConfiguration.DailyScheduleProperty.getStartTime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
startTime
@Stability(Stable) public CfnCisScanConfiguration.DailyScheduleProperty.Builder startTime(IResolvable startTime) Sets the value ofCfnCisScanConfiguration.DailyScheduleProperty.getStartTime()- Parameters:
startTime- The schedule start time. This parameter is required.- Returns:
this
-
startTime
@Stability(Stable) public CfnCisScanConfiguration.DailyScheduleProperty.Builder startTime(CfnCisScanConfiguration.TimeProperty startTime) Sets the value ofCfnCisScanConfiguration.DailyScheduleProperty.getStartTime()- Parameters:
startTime- The schedule start time. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCisScanConfiguration.DailyScheduleProperty>- Returns:
- a new instance of
CfnCisScanConfiguration.DailyScheduleProperty - Throws:
NullPointerException- if any required attribute was not provided
-