Interface OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.299Z") @Stability(Stable) public interface OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builderstatic classOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Jsii$ProxyAn implementation forOsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builderbuilder()default NumbergetDayOffset()Represents the number of days before or after the given week day of month that the patch deployment is scheduled for.StringgetDayOfWeek()A day of the week.NumbergetWeekOrdinal()Week number in a month.
-
-
-
Method Detail
-
getDayOfWeek
@Stability(Stable) @NotNull String getDayOfWeek()
A day of the week. Possible values: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#day_of_week OsConfigPatchDeployment#day_of_week}
-
getWeekOrdinal
@Stability(Stable) @NotNull Number getWeekOrdinal()
Week number in a month.1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#week_ordinal OsConfigPatchDeployment#week_ordinal}
-
getDayOffset
@Stability(Stable) @Nullable default Number getDayOffset()
Represents the number of days before or after the given week day of month that the patch deployment is scheduled for.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/os_config_patch_deployment#day_offset OsConfigPatchDeployment#day_offset}
-
builder
@Stability(Stable) static OsConfigPatchDeploymentRecurringScheduleMonthlyWeekDayOfMonth.Builder builder()
-
-