Class BigqueryDataTransferConfigScheduleOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.bigquery_data_transfer_config.BigqueryDataTransferConfigScheduleOptions.Jsii$Proxy
-
- All Implemented Interfaces:
BigqueryDataTransferConfigScheduleOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BigqueryDataTransferConfigScheduleOptions
@Stability(Stable) @Internal public static final class BigqueryDataTransferConfigScheduleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BigqueryDataTransferConfigScheduleOptions
An implementation forBigqueryDataTransferConfigScheduleOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.bigquery_data_transfer_config.BigqueryDataTransferConfigScheduleOptions
BigqueryDataTransferConfigScheduleOptions.Builder, BigqueryDataTransferConfigScheduleOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BigqueryDataTransferConfigScheduleOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryDataTransferConfigScheduleOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetDisableAutoScheduling()If true, automatic scheduling of data transfer runs for this configuration will be disabled.StringgetEndTime()Defines time to stop scheduling transfer runs.StringgetStartTime()Specifies time to start scheduling transfer runs.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(BigqueryDataTransferConfigScheduleOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theBigqueryDataTransferConfigScheduleOptions.Builder.
-
-
Method Detail
-
getDisableAutoScheduling
public final Object getDisableAutoScheduling()
Description copied from interface:BigqueryDataTransferConfigScheduleOptionsIf 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}
- Specified by:
getDisableAutoSchedulingin interfaceBigqueryDataTransferConfigScheduleOptions
-
getEndTime
public final String getEndTime()
Description copied from interface:BigqueryDataTransferConfigScheduleOptionsDefines 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}
- Specified by:
getEndTimein interfaceBigqueryDataTransferConfigScheduleOptions
-
getStartTime
public final String getStartTime()
Description copied from interface:BigqueryDataTransferConfigScheduleOptionsSpecifies 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}
- Specified by:
getStartTimein interfaceBigqueryDataTransferConfigScheduleOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-