Class DataPipelinePipelineScheduleInfoOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.data_pipeline_pipeline.DataPipelinePipelineScheduleInfoOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.533Z") @Stability(Stable) public class DataPipelinePipelineScheduleInfoOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
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.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description DataPipelinePipelineScheduleInfoOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataPipelinePipelineScheduleInfoOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataPipelinePipelineScheduleInfoOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataPipelinePipelineScheduleInfogetInternalValue()StringgetNextJobTime()StringgetSchedule()StringgetScheduleInput()StringgetTimeZone()StringgetTimeZoneInput()voidresetSchedule()voidresetTimeZone()voidsetInternalValue(DataPipelinePipelineScheduleInfo value)voidsetSchedule(String value)voidsetTimeZone(String value)-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
DataPipelinePipelineScheduleInfoOutputReference
protected DataPipelinePipelineScheduleInfoOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataPipelinePipelineScheduleInfoOutputReference
protected DataPipelinePipelineScheduleInfoOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataPipelinePipelineScheduleInfoOutputReference
@Stability(Stable) public DataPipelinePipelineScheduleInfoOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetSchedule
@Stability(Stable) public void resetSchedule()
-
resetTimeZone
@Stability(Stable) public void resetTimeZone()
-
getNextJobTime
@Stability(Stable) @NotNull public String getNextJobTime()
-
getScheduleInput
@Stability(Stable) @Nullable public String getScheduleInput()
-
getTimeZoneInput
@Stability(Stable) @Nullable public String getTimeZoneInput()
-
getSchedule
@Stability(Stable) @NotNull public String getSchedule()
-
setSchedule
@Stability(Stable) public void setSchedule(@NotNull String value)
-
getTimeZone
@Stability(Stable) @NotNull public String getTimeZone()
-
setTimeZone
@Stability(Stable) public void setTimeZone(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataPipelinePipelineScheduleInfo getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataPipelinePipelineScheduleInfo value)
-
-