Interface StorageTransferJobTransferSpecGcsDataSink
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobTransferSpecGcsDataSink.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.895Z") @Stability(Stable) public interface StorageTransferJobTransferSpecGcsDataSink extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobTransferSpecGcsDataSink.BuilderA builder forStorageTransferJobTransferSpecGcsDataSinkstatic classStorageTransferJobTransferSpecGcsDataSink.Jsii$ProxyAn implementation forStorageTransferJobTransferSpecGcsDataSink
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageTransferJobTransferSpecGcsDataSink.Builderbuilder()StringgetBucketName()Google Cloud Storage bucket name.default StringgetPath()Google Cloud Storage path in bucket to transfer.
-
-
-
Method Detail
-
getBucketName
@Stability(Stable) @NotNull String getBucketName()
Google Cloud Storage bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#bucket_name StorageTransferJob#bucket_name}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Google Cloud Storage path in bucket to transfer.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#path StorageTransferJob#path}
-
builder
@Stability(Stable) static StorageTransferJobTransferSpecGcsDataSink.Builder builder()
-
-