Class StorageTransferJobTransferSpecTransferOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecTransferOptions.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobTransferSpecTransferOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobTransferSpecTransferOptions
@Stability(Stable) @Internal public static final class StorageTransferJobTransferSpecTransferOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobTransferSpecTransferOptions
An implementation forStorageTransferJobTransferSpecTransferOptions
-
-
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.storage_transfer_job.StorageTransferJobTransferSpecTransferOptions
StorageTransferJobTransferSpecTransferOptions.Builder, StorageTransferJobTransferSpecTransferOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobTransferSpecTransferOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecTransferOptions.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)ObjectgetDeleteObjectsFromSourceAfterTransfer()Whether objects should be deleted from the source after they are transferred to the sink.ObjectgetDeleteObjectsUniqueInSink()Whether objects that exist only in the sink should be deleted.ObjectgetOverwriteObjectsAlreadyExistingInSink()Whether overwriting objects that already exist in the sink is allowed.StringgetOverwriteWhen()When to overwrite objects that already exist in the sink.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(StorageTransferJobTransferSpecTransferOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobTransferSpecTransferOptions.Builder.
-
-
Method Detail
-
getDeleteObjectsFromSourceAfterTransfer
public final Object getDeleteObjectsFromSourceAfterTransfer()
Description copied from interface:StorageTransferJobTransferSpecTransferOptionsWhether objects should be deleted from the source after they are transferred to the sink.Note that this option and delete_objects_unique_in_sink are mutually exclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#delete_objects_from_source_after_transfer StorageTransferJob#delete_objects_from_source_after_transfer}
- Specified by:
getDeleteObjectsFromSourceAfterTransferin interfaceStorageTransferJobTransferSpecTransferOptions
-
getDeleteObjectsUniqueInSink
public final Object getDeleteObjectsUniqueInSink()
Description copied from interface:StorageTransferJobTransferSpecTransferOptionsWhether objects that exist only in the sink should be deleted.Note that this option and delete_objects_from_source_after_transfer are mutually exclusive. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#delete_objects_unique_in_sink StorageTransferJob#delete_objects_unique_in_sink}
- Specified by:
getDeleteObjectsUniqueInSinkin interfaceStorageTransferJobTransferSpecTransferOptions
-
getOverwriteObjectsAlreadyExistingInSink
public final Object getOverwriteObjectsAlreadyExistingInSink()
Description copied from interface:StorageTransferJobTransferSpecTransferOptionsWhether overwriting objects that already exist in the sink is allowed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#overwrite_objects_already_existing_in_sink StorageTransferJob#overwrite_objects_already_existing_in_sink}
- Specified by:
getOverwriteObjectsAlreadyExistingInSinkin interfaceStorageTransferJobTransferSpecTransferOptions
-
getOverwriteWhen
public final String getOverwriteWhen()
Description copied from interface:StorageTransferJobTransferSpecTransferOptionsWhen to overwrite objects that already exist in the sink. If not set, overwrite behavior is determined by overwriteObjectsAlreadyExistingInSink.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#overwrite_when StorageTransferJob#overwrite_when}
- Specified by:
getOverwriteWhenin interfaceStorageTransferJobTransferSpecTransferOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-