public static interface ImportAssetFromSignedUrlRequestDetails.Builder extends SdkPojo, CopyableBuilder<ImportAssetFromSignedUrlRequestDetails.Builder,ImportAssetFromSignedUrlRequestDetails>
Modifier and Type | Method and Description |
---|---|
ImportAssetFromSignedUrlRequestDetails.Builder |
assetName(String assetName)
The name of the asset.
|
ImportAssetFromSignedUrlRequestDetails.Builder |
dataSetId(String dataSetId)
The unique identifier for the data set associated with this import job.
|
ImportAssetFromSignedUrlRequestDetails.Builder |
md5Hash(String md5Hash)
The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.
|
ImportAssetFromSignedUrlRequestDetails.Builder |
revisionId(String revisionId)
The unique identifier for the revision associated with this import request.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ImportAssetFromSignedUrlRequestDetails.Builder assetName(String assetName)
The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.
assetName
- The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.ImportAssetFromSignedUrlRequestDetails.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.ImportAssetFromSignedUrlRequestDetails.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.ImportAssetFromSignedUrlRequestDetails.Builder revisionId(String revisionId)
The unique identifier for the revision associated with this import request.
revisionId
- The unique identifier for the revision associated with this import request.Copyright © 2020. All rights reserved.