Interface BigqueryDataTransferConfigScheduleOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BigqueryDataTransferConfigScheduleOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.653Z") @Stability(Stable) public interface BigqueryDataTransferConfigScheduleOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBigqueryDataTransferConfigScheduleOptions.BuilderA builder forBigqueryDataTransferConfigScheduleOptionsstatic classBigqueryDataTransferConfigScheduleOptions.Jsii$ProxyAn implementation forBigqueryDataTransferConfigScheduleOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static BigqueryDataTransferConfigScheduleOptions.Builderbuilder()default ObjectgetDisableAutoScheduling()If true, automatic scheduling of data transfer runs for this configuration will be disabled.default StringgetEndTime()Defines time to stop scheduling transfer runs.default StringgetStartTime()Specifies time to start scheduling transfer runs.
-
-
-
Method Detail
-
getDisableAutoScheduling
@Stability(Stable) @Nullable default Object getDisableAutoScheduling()
If true, automatic scheduling of data transfer runs for this configuration will be disabled.The runs can be started on ad-hoc basis using transferConfigs.startManualRuns API. When automatic scheduling is disabled, the TransferConfig.schedule field will be ignored. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#disable_auto_scheduling BigqueryDataTransferConfig#disable_auto_scheduling}
-
getEndTime
@Stability(Stable) @Nullable default String getEndTime()
Defines time to stop scheduling transfer runs.A transfer run cannot be scheduled at or after the end time. The end time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#end_time BigqueryDataTransferConfig#end_time}
-
getStartTime
@Stability(Stable) @Nullable default String getStartTime()
Specifies time to start scheduling transfer runs.The first run will be scheduled at or after the start time according to a recurrence pattern defined in the schedule string. The start time can be changed at any moment. The time when a data transfer can be triggered manually is not limited by this option. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_data_transfer_config#start_time BigqueryDataTransferConfig#start_time}
-
builder
@Stability(Stable) static BigqueryDataTransferConfigScheduleOptions.Builder builder()
-
-