public static interface ExportAssetToSignedUrlRequestDetails.Builder extends SdkPojo, CopyableBuilder<ExportAssetToSignedUrlRequestDetails.Builder,ExportAssetToSignedUrlRequestDetails>
| Modifier and Type | Method and Description |
|---|---|
ExportAssetToSignedUrlRequestDetails.Builder |
assetId(String assetId)
The unique identifier for the asset that is exported to a signed URL.
|
ExportAssetToSignedUrlRequestDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportAssetToSignedUrlRequestDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this export request.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportAssetToSignedUrlRequestDetails.Builder assetId(String assetId)
The unique identifier for the asset that is exported to a signed URL.
assetId - The unique identifier for the asset that is exported to a signed URL.ExportAssetToSignedUrlRequestDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
dataSetId - The unique identifier for the data set associated with this export job.ExportAssetToSignedUrlRequestDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this export request.
revisionId - The unique identifier for the revision associated with this export request.Copyright © 2023. All rights reserved.