Uses of Class
com.oracle.bmc.cloudbridge.model.InventoryAsset.Builder
-
Packages that use InventoryAsset.Builder Package Description com.oracle.bmc.cloudbridge.model -
-
Uses of InventoryAsset.Builder in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return InventoryAsset.Builder Modifier and Type Method Description InventoryAsset.BuilderInventoryAsset.Builder. assetClassName(String assetClassName)The class name of the asset.InventoryAsset.BuilderInventoryAsset.Builder. assetClassVersion(String assetClassVersion)The version of the asset class.InventoryAsset.BuilderInventoryAsset.Builder. assetDetails(Map<String,Object> assetDetails)The details of the asset.InventoryAsset.BuilderInventoryAsset.Builder. assetSourceIds(List<String> assetSourceIds)static InventoryAsset.BuilderInventoryAsset. builder()Create a new builder.InventoryAsset.BuilderInventoryAsset.Builder. compartmentId(String compartmentId)InventoryAsset.BuilderInventoryAsset.Builder. copy(InventoryAsset model)InventoryAsset.BuilderInventoryAsset.Builder. definedTags(Map<String,Map<String,Object>> definedTags)InventoryAsset.BuilderInventoryAsset.Builder. displayName(String displayName)InventoryAsset.BuilderInventoryAsset.Builder. environmentType(EnvironmentType environmentType)InventoryAsset.BuilderInventoryAsset.Builder. externalAssetKey(String externalAssetKey)InventoryAsset.BuilderInventoryAsset.Builder. freeformTags(Map<String,String> freeformTags)InventoryAsset.BuilderInventoryAsset.Builder. id(String id)InventoryAsset.BuilderInventoryAsset.Builder. inventoryId(String inventoryId)InventoryAsset.BuilderInventoryAsset.Builder. lifecycleState(Asset.LifecycleState lifecycleState)InventoryAsset.BuilderInventoryAsset.Builder. sourceKey(String sourceKey)InventoryAsset.BuilderInventoryAsset.Builder. systemTags(Map<String,Map<String,Object>> systemTags)InventoryAsset.BuilderInventoryAsset.Builder. timeCreated(Date timeCreated)InventoryAsset.BuilderInventoryAsset.Builder. timeUpdated(Date timeUpdated)InventoryAsset.BuilderInventoryAsset. toBuilder()
-