Interface AssetBundleImportSourceDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>, SdkBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>, SdkPojo
Enclosing class:
AssetBundleImportSourceDescription

public static interface AssetBundleImportSourceDescription.Builder extends SdkPojo, CopyableBuilder<AssetBundleImportSourceDescription.Builder,AssetBundleImportSourceDescription>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • s3Uri

      The Amazon S3 URI that you provided at the start of the import job.

      Parameters:
      s3Uri - The Amazon S3 URI that you provided at the start of the import job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.