Class StorageTransferJobTransferSpecTransferOptionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecTransferOptionsOutputReference
-
- 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:22.897Z") @Stability(Stable) public class StorageTransferJobTransferSpecTransferOptionsOutputReference 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 StorageTransferJobTransferSpecTransferOptionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedStorageTransferJobTransferSpecTransferOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedStorageTransferJobTransferSpecTransferOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
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
-
StorageTransferJobTransferSpecTransferOptionsOutputReference
protected StorageTransferJobTransferSpecTransferOptionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
StorageTransferJobTransferSpecTransferOptionsOutputReference
protected StorageTransferJobTransferSpecTransferOptionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
StorageTransferJobTransferSpecTransferOptionsOutputReference
@Stability(Stable) public StorageTransferJobTransferSpecTransferOptionsOutputReference(@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
-
resetDeleteObjectsFromSourceAfterTransfer
@Stability(Stable) public void resetDeleteObjectsFromSourceAfterTransfer()
-
resetDeleteObjectsUniqueInSink
@Stability(Stable) public void resetDeleteObjectsUniqueInSink()
-
resetOverwriteObjectsAlreadyExistingInSink
@Stability(Stable) public void resetOverwriteObjectsAlreadyExistingInSink()
-
resetOverwriteWhen
@Stability(Stable) public void resetOverwriteWhen()
-
getDeleteObjectsFromSourceAfterTransferInput
@Stability(Stable) @Nullable public Object getDeleteObjectsFromSourceAfterTransferInput()
-
getDeleteObjectsUniqueInSinkInput
@Stability(Stable) @Nullable public Object getDeleteObjectsUniqueInSinkInput()
-
getOverwriteObjectsAlreadyExistingInSinkInput
@Stability(Stable) @Nullable public Object getOverwriteObjectsAlreadyExistingInSinkInput()
-
getOverwriteWhenInput
@Stability(Stable) @Nullable public String getOverwriteWhenInput()
-
getDeleteObjectsFromSourceAfterTransfer
@Stability(Stable) @NotNull public Object getDeleteObjectsFromSourceAfterTransfer()
-
setDeleteObjectsFromSourceAfterTransfer
@Stability(Stable) public void setDeleteObjectsFromSourceAfterTransfer(@NotNull Boolean value)
-
setDeleteObjectsFromSourceAfterTransfer
@Stability(Stable) public void setDeleteObjectsFromSourceAfterTransfer(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getDeleteObjectsUniqueInSink
@Stability(Stable) @NotNull public Object getDeleteObjectsUniqueInSink()
-
setDeleteObjectsUniqueInSink
@Stability(Stable) public void setDeleteObjectsUniqueInSink(@NotNull Boolean value)
-
setDeleteObjectsUniqueInSink
@Stability(Stable) public void setDeleteObjectsUniqueInSink(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getOverwriteObjectsAlreadyExistingInSink
@Stability(Stable) @NotNull public Object getOverwriteObjectsAlreadyExistingInSink()
-
setOverwriteObjectsAlreadyExistingInSink
@Stability(Stable) public void setOverwriteObjectsAlreadyExistingInSink(@NotNull Boolean value)
-
setOverwriteObjectsAlreadyExistingInSink
@Stability(Stable) public void setOverwriteObjectsAlreadyExistingInSink(@NotNull com.hashicorp.cdktf.IResolvable value)
-
getOverwriteWhen
@Stability(Stable) @NotNull public String getOverwriteWhen()
-
setOverwriteWhen
@Stability(Stable) public void setOverwriteWhen(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecTransferOptions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable StorageTransferJobTransferSpecTransferOptions value)
-
-