public static interface ImportAssetFromSignedUrlResponseDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromSignedUrlResponseDetails.Builder,ImportAssetFromSignedUrlResponseDetails>
Modifier and Type | Method and Description |
---|---|
ImportAssetFromSignedUrlResponseDetails.Builder |
assetName(String assetName)
The name for the asset associated with this import response.
|
ImportAssetFromSignedUrlResponseDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetFromSignedUrlResponseDetails.Builder |
md5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
ImportAssetFromSignedUrlResponseDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this import response.
|
ImportAssetFromSignedUrlResponseDetails.Builder |
signedUrl(String signedUrl)
The signed URL.
|
ImportAssetFromSignedUrlResponseDetails.Builder |
signedUrlExpiresAt(Instant signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ImportAssetFromSignedUrlResponseDetails.Builder assetName(String assetName)
The name for the asset associated with this import response.
assetName
- The name for the asset associated with this import response.ImportAssetFromSignedUrlResponseDetails.Builder dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
dataSetId
- The unique identifier for the data set associated with this import job.ImportAssetFromSignedUrlResponseDetails.Builder md5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
md5Hash
- The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.ImportAssetFromSignedUrlResponseDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import response.
revisionId
- The unique identifier for the revision associated with this import response.ImportAssetFromSignedUrlResponseDetails.Builder signedUrl(String signedUrl)
The signed URL.
signedUrl
- The signed URL.ImportAssetFromSignedUrlResponseDetails.Builder signedUrlExpiresAt(Instant signedUrlExpiresAt)
The time and date at which the signed URL expires, in ISO 8601 format.
signedUrlExpiresAt
- The time and date at which the signed URL expires, in ISO 8601 format.Copyright © 2020. All rights reserved.