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