java.lang.Object
java.lang.Enum<MaintenanceDay>
software.amazon.awscdk.services.mediaconnect.alpha.MaintenanceDay
All Implemented Interfaces:
Serializable, Comparable<MaintenanceDay>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-07-31T10:49:55.181Z") @Stability(Experimental) public enum MaintenanceDay extends Enum<MaintenanceDay>
(experimental) Days of the week for scheduled maintenance windows.

Used by both Flow and Router maintenance configurations.

  • Enum Constant Details

    • MONDAY

      @Stability(Experimental) public static final MaintenanceDay MONDAY
      (experimental) Monday.
    • TUESDAY

      @Stability(Experimental) public static final MaintenanceDay TUESDAY
      (experimental) Tuesday.
    • WEDNESDAY

      @Stability(Experimental) public static final MaintenanceDay WEDNESDAY
      (experimental) Wednesday.
    • THURSDAY

      @Stability(Experimental) public static final MaintenanceDay THURSDAY
      (experimental) Thursday.
    • FRIDAY

      @Stability(Experimental) public static final MaintenanceDay FRIDAY
      (experimental) Friday.
    • SATURDAY

      @Stability(Experimental) public static final MaintenanceDay SATURDAY
      (experimental) Saturday.
    • SUNDAY

      @Stability(Experimental) public static final MaintenanceDay SUNDAY
      (experimental) Sunday.
  • Method Details

    • values

      public static MaintenanceDay[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MaintenanceDay valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null