Interface FirestoreBackupScheduleWeeklyRecurrence
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FirestoreBackupScheduleWeeklyRecurrence.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.230Z") @Stability(Stable) public interface FirestoreBackupScheduleWeeklyRecurrence extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFirestoreBackupScheduleWeeklyRecurrence.BuilderA builder forFirestoreBackupScheduleWeeklyRecurrencestatic classFirestoreBackupScheduleWeeklyRecurrence.Jsii$ProxyAn implementation forFirestoreBackupScheduleWeeklyRecurrence
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static FirestoreBackupScheduleWeeklyRecurrence.Builderbuilder()default StringgetDay()The day of week to run.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @Nullable default String getDay()
The day of week to run. Possible values: ["DAY_OF_WEEK_UNSPECIFIED", "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/firestore_backup_schedule#day FirestoreBackupSchedule#day}
-
builder
@Stability(Stable) static FirestoreBackupScheduleWeeklyRecurrence.Builder builder()
-
-