Skip to content

AssetManifestFileDestination

The destination for a file asset, when it is given to the AssetManifestBuilder.

Initializer

import com.aliyun.ros.cdk.core.AssetManifestFileDestination;
AssetManifestFileDestination.builder()
    .bucketName(java.lang.String)
//  .bucketPrefix(java.lang.String)
    .build();

Properties

Name Type Description
bucketName java.lang.String Bucket name where the file asset should be written.
bucketPrefix java.lang.String Prefix to prepend to the asset hash.

bucketNameRequired

public java.lang.String getBucketName();
  • Type: java.lang.String

Bucket name where the file asset should be written.


bucketPrefixOptional

public java.lang.String getBucketPrefix();
  • Type: java.lang.String
  • Default: ''

Prefix to prepend to the asset hash.