AssetEntry.Builder |
AssetEntry.Builder.arn(String arn) |
The ARN for the asset.
|
default AssetEntry.Builder |
AssetEntry.Builder.assetDetails(Consumer<AssetDetails.Builder> assetDetails) |
Details about the asset.
|
AssetEntry.Builder |
AssetEntry.Builder.assetDetails(AssetDetails assetDetails) |
Details about the asset.
|
AssetEntry.Builder |
AssetEntry.Builder.assetType(String assetType) |
The type of asset that is added to a data set.
|
AssetEntry.Builder |
AssetEntry.Builder.assetType(AssetType assetType) |
The type of asset that is added to a data set.
|
static AssetEntry.Builder |
AssetEntry.builder() |
|
AssetEntry.Builder |
AssetEntry.Builder.createdAt(Instant createdAt) |
The date and time that the asset was created, in ISO 8601 format.
|
AssetEntry.Builder |
AssetEntry.Builder.dataSetId(String dataSetId) |
The unique identifier for the data set associated with this asset.
|
AssetEntry.Builder |
AssetEntry.Builder.id(String id) |
The unique identifier for the asset.
|
AssetEntry.Builder |
AssetEntry.Builder.name(String name) |
The name of the asset.
|
AssetEntry.Builder |
AssetEntry.Builder.revisionId(String revisionId) |
The unique identifier for the revision associated with this asset.
|
AssetEntry.Builder |
AssetEntry.Builder.sourceId(String sourceId) |
The asset ID of the owned asset corresponding to the entitled asset being viewed.
|
AssetEntry.Builder |
AssetEntry.toBuilder() |
|
AssetEntry.Builder |
AssetEntry.Builder.updatedAt(Instant updatedAt) |
The date and time that the asset was last updated, in ISO 8601 format.
|