Interface StorageTransferJobSchedule
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobSchedule.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.881Z") @Stability(Stable) public interface StorageTransferJobSchedule extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobSchedule.BuilderA builder forStorageTransferJobSchedulestatic classStorageTransferJobSchedule.Jsii$ProxyAn implementation forStorageTransferJobSchedule
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageTransferJobSchedule.Builderbuilder()default StringgetRepeatInterval()Interval between the start of each scheduled transfer.default StorageTransferJobScheduleScheduleEndDategetScheduleEndDate()schedule_end_date block.StorageTransferJobScheduleScheduleStartDategetScheduleStartDate()schedule_start_date block.default StorageTransferJobScheduleStartTimeOfDaygetStartTimeOfDay()start_time_of_day block.
-
-
-
Method Detail
-
getScheduleStartDate
@Stability(Stable) @NotNull StorageTransferJobScheduleScheduleStartDate getScheduleStartDate()
schedule_start_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#schedule_start_date StorageTransferJob#schedule_start_date}
-
getRepeatInterval
@Stability(Stable) @Nullable default String getRepeatInterval()
Interval between the start of each scheduled transfer.If unspecified, the default value is 24 hours. This value may not be less than 1 hour. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#repeat_interval StorageTransferJob#repeat_interval}
-
getScheduleEndDate
@Stability(Stable) @Nullable default StorageTransferJobScheduleScheduleEndDate getScheduleEndDate()
schedule_end_date block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#schedule_end_date StorageTransferJob#schedule_end_date}
-
getStartTimeOfDay
@Stability(Stable) @Nullable default StorageTransferJobScheduleStartTimeOfDay getStartTimeOfDay()
start_time_of_day block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#start_time_of_day StorageTransferJob#start_time_of_day}
-
builder
@Stability(Stable) static StorageTransferJobSchedule.Builder builder()
- Returns:
- a
StorageTransferJobSchedule.BuilderofStorageTransferJobSchedule
-
-