@Stability(value=Stable) public static final class CfnMaintenanceWindowProps.Builder extends Object implements software.amazon.jsii.Builder<CfnMaintenanceWindowProps>
CfnMaintenanceWindowProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder allowUnassociatedTargets(Boolean allowUnassociatedTargets)
CfnMaintenanceWindowProps.getAllowUnassociatedTargets()allowUnassociatedTargets - `AWS::SSM::MaintenanceWindow.AllowUnassociatedTargets`. This parameter is required.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder allowUnassociatedTargets(IResolvable allowUnassociatedTargets)
CfnMaintenanceWindowProps.getAllowUnassociatedTargets()allowUnassociatedTargets - `AWS::SSM::MaintenanceWindow.AllowUnassociatedTargets`. This parameter is required.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder cutoff(Number cutoff)
CfnMaintenanceWindowProps.getCutoff()cutoff - `AWS::SSM::MaintenanceWindow.Cutoff`. This parameter is required.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder duration(Number duration)
CfnMaintenanceWindowProps.getDuration()duration - `AWS::SSM::MaintenanceWindow.Duration`. This parameter is required.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder name(String name)
CfnMaintenanceWindowProps.getName()name - `AWS::SSM::MaintenanceWindow.Name`. This parameter is required.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder schedule(String schedule)
CfnMaintenanceWindowProps.getSchedule()schedule - `AWS::SSM::MaintenanceWindow.Schedule`. This parameter is required.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder description(String description)
CfnMaintenanceWindowProps.getDescription()description - `AWS::SSM::MaintenanceWindow.Description`.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder endDate(String endDate)
CfnMaintenanceWindowProps.getEndDate()endDate - `AWS::SSM::MaintenanceWindow.EndDate`.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder scheduleOffset(Number scheduleOffset)
CfnMaintenanceWindowProps.getScheduleOffset()scheduleOffset - `AWS::SSM::MaintenanceWindow.ScheduleOffset`.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder scheduleTimezone(String scheduleTimezone)
CfnMaintenanceWindowProps.getScheduleTimezone()scheduleTimezone - `AWS::SSM::MaintenanceWindow.ScheduleTimezone`.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder startDate(String startDate)
CfnMaintenanceWindowProps.getStartDate()startDate - `AWS::SSM::MaintenanceWindow.StartDate`.this@Stability(value=Stable) public CfnMaintenanceWindowProps.Builder tags(List<? extends CfnTag> tags)
CfnMaintenanceWindowProps.getTags()tags - `AWS::SSM::MaintenanceWindow.Tags`.this@Stability(value=Stable) public CfnMaintenanceWindowProps build()
build in interface software.amazon.jsii.Builder<CfnMaintenanceWindowProps>CfnMaintenanceWindowPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.