public static interface AssetBundleImportSourceDescription.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>
Modifier and Type | Method and Description |
---|---|
AssetBundleImportSourceDescription.Builder |
body(String body)
An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import
job.
|
AssetBundleImportSourceDescription.Builder |
s3Uri(String s3Uri)
The Amazon S3 URI that you provided at the start of the import job.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
AssetBundleImportSourceDescription.Builder body(String body)
An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import
job. This URL is valid for five minutes after issuance. Call DescribeAssetBundleExportJob
again
for a fresh URL if needed. The downloaded asset bundle is a .qs
zip file.
body
- An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the
import job. This URL is valid for five minutes after issuance. Call
DescribeAssetBundleExportJob
again for a fresh URL if needed. The downloaded asset bundle
is a .qs
zip file.AssetBundleImportSourceDescription.Builder s3Uri(String s3Uri)
The Amazon S3 URI that you provided at the start of the import job.
s3Uri
- The Amazon S3 URI that you provided at the start of the import job.Copyright © 2023. All rights reserved.