Class FirestoreBackupScheduleWeeklyRecurrence.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.firestore_backup_schedule.FirestoreBackupScheduleWeeklyRecurrence.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<FirestoreBackupScheduleWeeklyRecurrence>
- Enclosing interface:
- FirestoreBackupScheduleWeeklyRecurrence
@Stability(Stable) public static final class FirestoreBackupScheduleWeeklyRecurrence.Builder extends Object implements software.amazon.jsii.Builder<FirestoreBackupScheduleWeeklyRecurrence>
A builder forFirestoreBackupScheduleWeeklyRecurrence
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FirestoreBackupScheduleWeeklyRecurrencebuild()Builds the configured instance.FirestoreBackupScheduleWeeklyRecurrence.Builderday(String day)Sets the value ofFirestoreBackupScheduleWeeklyRecurrence.getDay()
-
-
-
Method Detail
-
day
@Stability(Stable) public FirestoreBackupScheduleWeeklyRecurrence.Builder day(String day)
Sets the value ofFirestoreBackupScheduleWeeklyRecurrence.getDay()- Parameters:
day- 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}- Returns:
this
-
build
@Stability(Stable) public FirestoreBackupScheduleWeeklyRecurrence build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FirestoreBackupScheduleWeeklyRecurrence>- Returns:
- a new instance of
FirestoreBackupScheduleWeeklyRecurrence - Throws:
NullPointerException- if any required attribute was not provided
-
-