Interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.280Z") @Stability(Stable) public interface GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builderstatic classGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Jsii$ProxyAn implementation forGkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builderbuilder()default NumbergetDay()Day of a month.default NumbergetMonth()Month of a year.default NumbergetYear()Year of the date.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @Nullable default Number getDay()
Day of a month.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#day GkeBackupBackupPlan#day}
-
getMonth
@Stability(Stable) @Nullable default Number getMonth()
Month of a year.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#month GkeBackupBackupPlan#month}
-
getYear
@Stability(Stable) @Nullable default Number getYear()
Year of the date.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gke_backup_backup_plan#year GkeBackupBackupPlan#year}
-
builder
@Stability(Stable) static GkeBackupBackupPlanBackupScheduleRpoConfigExclusionWindowsSingleOccurrenceDate.Builder builder()
-
-