Interface StorageTransferJobScheduleScheduleStartDate
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobScheduleScheduleStartDate.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.882Z") @Stability(Stable) public interface StorageTransferJobScheduleScheduleStartDate extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobScheduleScheduleStartDate.BuilderA builder forStorageTransferJobScheduleScheduleStartDatestatic classStorageTransferJobScheduleScheduleStartDate.Jsii$ProxyAn implementation forStorageTransferJobScheduleScheduleStartDate
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageTransferJobScheduleScheduleStartDate.Builderbuilder()NumbergetDay()Day of month.NumbergetMonth()Month of year.NumbergetYear()Year of date.
-
-
-
Method Detail
-
getDay
@Stability(Stable) @NotNull Number getDay()
Day of month. Must be from 1 to 31 and valid for the year and month.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#day StorageTransferJob#day}
-
getMonth
@Stability(Stable) @NotNull Number getMonth()
Month of year. Must be from 1 to 12.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#month StorageTransferJob#month}
-
getYear
@Stability(Stable) @NotNull Number getYear()
Year of date. Must be from 1 to 9999.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#year StorageTransferJob#year}
-
builder
@Stability(Stable) static StorageTransferJobScheduleScheduleStartDate.Builder builder()
-
-