public static interface ExportAssetToSignedUrlResponseDetails.Builder extends SdkPojo, CopyableBuilder<ExportAssetToSignedUrlResponseDetails.Builder,ExportAssetToSignedUrlResponseDetails>
| Modifier and Type | Method and Description |
|---|---|
ExportAssetToSignedUrlResponseDetails.Builder |
assetId(String assetId)
The unique identifier for the asset associated with this export job.
|
ExportAssetToSignedUrlResponseDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this export job.
|
ExportAssetToSignedUrlResponseDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this export response.
|
ExportAssetToSignedUrlResponseDetails.Builder |
signedUrl(String signedUrl)
The signed URL for the export request.
|
ExportAssetToSignedUrlResponseDetails.Builder |
signedUrlExpiresAt(Instant signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExportAssetToSignedUrlResponseDetails.Builder assetId(String assetId)
The unique identifier for the asset associated with this export job.
assetId - The unique identifier for the asset associated with this export job.ExportAssetToSignedUrlResponseDetails.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.ExportAssetToSignedUrlResponseDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this export response.
revisionId - The unique identifier for the revision associated with this export response.ExportAssetToSignedUrlResponseDetails.Builder signedUrl(String signedUrl)
The signed URL for the export request.
signedUrl - The signed URL for the export request.ExportAssetToSignedUrlResponseDetails.Builder signedUrlExpiresAt(Instant signedUrlExpiresAt)
The date and time that the signed URL expires, in ISO 8601 format.
signedUrlExpiresAt - The date and time that the signed URL expires, in ISO 8601 format.Copyright © 2023. All rights reserved.