Interface CfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterInput
@Stability(Stable)
public static interface CfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for preferred day and time maintenance settings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediaconnect.*;
PreferredDayTimeMaintenanceConfigurationProperty preferredDayTimeMaintenanceConfigurationProperty = PreferredDayTimeMaintenanceConfigurationProperty.builder()
.day("day")
.time("time")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDay
- See Also:
-
getTime
The preferred time for maintenance operations.- See Also:
-
builder
@Stability(Stable) static CfnRouterInput.PreferredDayTimeMaintenanceConfigurationProperty.Builder builder()
-