Interface SqlDatabaseInstanceSettingsDenyMaintenancePeriod
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SqlDatabaseInstanceSettingsDenyMaintenancePeriod.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.792Z") @Stability(Stable) public interface SqlDatabaseInstanceSettingsDenyMaintenancePeriod extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSqlDatabaseInstanceSettingsDenyMaintenancePeriod.BuilderA builder forSqlDatabaseInstanceSettingsDenyMaintenancePeriodstatic classSqlDatabaseInstanceSettingsDenyMaintenancePeriod.Jsii$ProxyAn implementation forSqlDatabaseInstanceSettingsDenyMaintenancePeriod
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SqlDatabaseInstanceSettingsDenyMaintenancePeriod.Builderbuilder()StringgetEndDate()End date before which maintenance will not take place.StringgetStartDate()Start date after which maintenance will not take place.StringgetTime()Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date.
-
-
-
Method Detail
-
getEndDate
@Stability(Stable) @NotNull String getEndDate()
End date before which maintenance will not take place.The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#end_date SqlDatabaseInstance#end_date}
-
getStartDate
@Stability(Stable) @NotNull String getStartDate()
Start date after which maintenance will not take place.The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#start_date SqlDatabaseInstance#start_date}
-
getTime
@Stability(Stable) @NotNull String getTime()
Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date.The time is in format: HH:mm:SS, i.e., 00:00:00 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/sql_database_instance#time SqlDatabaseInstance#time}
-
builder
@Stability(Stable) static SqlDatabaseInstanceSettingsDenyMaintenancePeriod.Builder builder()
-
-