Interface CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnRouterOutput
@Stability(Stable)
public static interface CfnRouterOutput.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 forCfnRouterOutput.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 CfnRouterOutput.PreferredDayTimeMaintenanceConfigurationProperty.Builder builder()
-