public static interface AssetSummary.Builder extends SdkPojo, CopyableBuilder<AssetSummary.Builder,AssetSummary>
| Modifier and Type | Method and Description |
|---|---|
AssetSummary.Builder |
hashes(Map<HashAlgorithm,String> hashes)
The hashes of the asset.
|
AssetSummary.Builder |
hashesWithStrings(Map<String,String> hashes)
The hashes of the asset.
|
AssetSummary.Builder |
name(String name)
The name of the asset.
|
AssetSummary.Builder |
size(Long size)
The size of the asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetSummary.Builder name(String name)
The name of the asset.
name - The name of the asset.AssetSummary.Builder size(Long size)
The size of the asset.
size - The size of the asset.AssetSummary.Builder hashesWithStrings(Map<String,String> hashes)
The hashes of the asset.
hashes - The hashes of the asset.AssetSummary.Builder hashes(Map<HashAlgorithm,String> hashes)
The hashes of the asset.
hashes - The hashes of the asset.Copyright © 2023. All rights reserved.