Class CfnRouterInput.MaintenanceConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MaintenanceConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouterInput.MaintenanceConfigurationProperty>
- Enclosing interface:
CfnRouterInput.MaintenanceConfigurationProperty
@Stability(Stable)
public static final class CfnRouterInput.MaintenanceConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouterInput.MaintenanceConfigurationProperty>
A builder for
CfnRouterInput.MaintenanceConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.defaultValue(Object defaultValue) Sets the value ofCfnRouterInput.MaintenanceConfigurationProperty.getDefaultValue()preferredDayTime(IResolvable preferredDayTime) Sets the value ofCfnRouterInput.MaintenanceConfigurationProperty.getPreferredDayTime()Sets the value ofCfnRouterInput.MaintenanceConfigurationProperty.getPreferredDayTime()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
defaultValue
@Stability(Stable) public CfnRouterInput.MaintenanceConfigurationProperty.Builder defaultValue(Object defaultValue) Sets the value ofCfnRouterInput.MaintenanceConfigurationProperty.getDefaultValue()- Parameters:
defaultValue- Configuration settings for default maintenance scheduling.- Returns:
this
-
preferredDayTime
@Stability(Stable) public CfnRouterInput.MaintenanceConfigurationProperty.Builder preferredDayTime(IResolvable preferredDayTime) Sets the value ofCfnRouterInput.MaintenanceConfigurationProperty.getPreferredDayTime()- Parameters:
preferredDayTime- Configuration for preferred day and time maintenance settings.- Returns:
this
-
preferredDayTime
@Stability(Stable) public CfnRouterInput.MaintenanceConfigurationProperty.Builder preferredDayTime(CfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty preferredDayTime) Sets the value ofCfnRouterInput.MaintenanceConfigurationProperty.getPreferredDayTime()- Parameters:
preferredDayTime- Configuration for preferred day and time maintenance settings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRouterInput.MaintenanceConfigurationProperty>- Returns:
- a new instance of
CfnRouterInput.MaintenanceConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-