Class DatabaseInstanceSettingsDenyMaintenancePeriodArgs.Builder

    • Method Detail

      • endDate

        public DatabaseInstanceSettingsDenyMaintenancePeriodArgs.Builder endDate​(com.pulumi.core.Output<java.lang.String> endDate)
        Parameters:
        endDate - "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
        Returns:
        builder
      • endDate

        public DatabaseInstanceSettingsDenyMaintenancePeriodArgs.Builder endDate​(java.lang.String endDate)
        Parameters:
        endDate - "deny maintenance period" end date. If the year of the end date is empty, the year of the start date also must be empty. In this case, it means the no maintenance interval recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
        Returns:
        builder
      • startDate

        public DatabaseInstanceSettingsDenyMaintenancePeriodArgs.Builder startDate​(com.pulumi.core.Output<java.lang.String> startDate)
        Parameters:
        startDate - "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
        Returns:
        builder
      • startDate

        public DatabaseInstanceSettingsDenyMaintenancePeriodArgs.Builder startDate​(java.lang.String startDate)
        Parameters:
        startDate - "deny maintenance period" start date. If the year of the start date is empty, the year of the end date also must be empty. In this case, it means the deny maintenance period recurs every year. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01
        Returns:
        builder
      • time

        public DatabaseInstanceSettingsDenyMaintenancePeriodArgs.Builder time​(com.pulumi.core.Output<java.lang.String> time)
        Parameters:
        time - Time in UTC when the "deny maintenance period" starts on startDate and ends on endDate. The time is in format: HH:mm:SS, i.e., 00:00:00
        Returns:
        builder