Class DataprocMetastoreServiceScheduledBackupOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_service.DataprocMetastoreServiceScheduledBackupOutputReference
-
- 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.777Z") @Stability(Stable) public class DataprocMetastoreServiceScheduledBackupOutputReference 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 DataprocMetastoreServiceScheduledBackupOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedDataprocMetastoreServiceScheduledBackupOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedDataprocMetastoreServiceScheduledBackupOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBackupLocation()StringgetBackupLocationInput()StringgetCronSchedule()StringgetCronScheduleInput()ObjectgetEnabled()ObjectgetEnabledInput()DataprocMetastoreServiceScheduledBackupgetInternalValue()StringgetTimeZone()StringgetTimeZoneInput()voidresetCronSchedule()voidresetEnabled()voidresetTimeZone()voidsetBackupLocation(String value)voidsetCronSchedule(String value)voidsetEnabled(com.hashicorp.cdktf.IResolvable value)voidsetEnabled(Boolean value)voidsetInternalValue(DataprocMetastoreServiceScheduledBackup 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
-
DataprocMetastoreServiceScheduledBackupOutputReference
protected DataprocMetastoreServiceScheduledBackupOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
DataprocMetastoreServiceScheduledBackupOutputReference
protected DataprocMetastoreServiceScheduledBackupOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
DataprocMetastoreServiceScheduledBackupOutputReference
@Stability(Stable) public DataprocMetastoreServiceScheduledBackupOutputReference(@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
-
resetCronSchedule
@Stability(Stable) public void resetCronSchedule()
-
resetEnabled
@Stability(Stable) public void resetEnabled()
-
resetTimeZone
@Stability(Stable) public void resetTimeZone()
-
getBackupLocationInput
@Stability(Stable) @Nullable public String getBackupLocationInput()
-
getCronScheduleInput
@Stability(Stable) @Nullable public String getCronScheduleInput()
-
getEnabledInput
@Stability(Stable) @Nullable public Object getEnabledInput()
-
getTimeZoneInput
@Stability(Stable) @Nullable public String getTimeZoneInput()
-
getBackupLocation
@Stability(Stable) @NotNull public String getBackupLocation()
-
setBackupLocation
@Stability(Stable) public void setBackupLocation(@NotNull String value)
-
getCronSchedule
@Stability(Stable) @NotNull public String getCronSchedule()
-
setCronSchedule
@Stability(Stable) public void setCronSchedule(@NotNull String value)
-
getEnabled
@Stability(Stable) @NotNull public Object getEnabled()
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull Boolean value)
-
setEnabled
@Stability(Stable) public void setEnabled(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getTimeZone
@Stability(Stable) @NotNull public String getTimeZone()
-
setTimeZone
@Stability(Stable) public void setTimeZone(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public DataprocMetastoreServiceScheduledBackup getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable DataprocMetastoreServiceScheduledBackup value)
-
-