Class CfnFlowPropsMixin.MaintenanceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.mediaconnect.CfnFlowPropsMixin.MaintenanceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.MaintenanceProperty>
- Enclosing interface:
CfnFlowPropsMixin.MaintenanceProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.MaintenanceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.MaintenanceProperty>
A builder for
CfnFlowPropsMixin.MaintenanceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maintenanceDay(String maintenanceDay) Sets the value ofCfnFlowPropsMixin.MaintenanceProperty.getMaintenanceDay()maintenanceStartHour(String maintenanceStartHour) Sets the value ofCfnFlowPropsMixin.MaintenanceProperty.getMaintenanceStartHour()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maintenanceDay
@Stability(Stable) public CfnFlowPropsMixin.MaintenanceProperty.Builder maintenanceDay(String maintenanceDay) Sets the value ofCfnFlowPropsMixin.MaintenanceProperty.getMaintenanceDay()- Parameters:
maintenanceDay- A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.- Returns:
this
-
maintenanceStartHour
@Stability(Stable) public CfnFlowPropsMixin.MaintenanceProperty.Builder maintenanceStartHour(String maintenanceStartHour) Sets the value ofCfnFlowPropsMixin.MaintenanceProperty.getMaintenanceStartHour()- Parameters:
maintenanceStartHour- UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.MaintenanceProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.MaintenanceProperty - Throws:
NullPointerException- if any required attribute was not provided
-