Interface StorageTransferJobTransferSpecHttpDataSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StorageTransferJobTransferSpecHttpDataSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.895Z") @Stability(Stable) public interface StorageTransferJobTransferSpecHttpDataSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageTransferJobTransferSpecHttpDataSource.BuilderA builder forStorageTransferJobTransferSpecHttpDataSourcestatic classStorageTransferJobTransferSpecHttpDataSource.Jsii$ProxyAn implementation forStorageTransferJobTransferSpecHttpDataSource
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static StorageTransferJobTransferSpecHttpDataSource.Builderbuilder()StringgetListUrl()The URL that points to the file that stores the object list entries.
-
-
-
Method Detail
-
getListUrl
@Stability(Stable) @NotNull String getListUrl()
The URL that points to the file that stores the object list entries.This file must allow public access. Currently, only URLs with HTTP and HTTPS schemes are supported. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#list_url StorageTransferJob#list_url}
-
builder
@Stability(Stable) static StorageTransferJobTransferSpecHttpDataSource.Builder builder()
-
-