Package com.oracle.bmc.cloudbridge.model
Class UpdateInventoryAssetDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudbridge.model.UpdateInventoryAssetDetails.Builder
-
- Enclosing class:
- UpdateInventoryAssetDetails
public static class UpdateInventoryAssetDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public UpdateInventoryAssetDetails.Builder displayName(String displayName)
-
assetSourceIds
public UpdateInventoryAssetDetails.Builder assetSourceIds(List<String> assetSourceIds)
-
freeformTags
public UpdateInventoryAssetDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateInventoryAssetDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
assetClassName
public UpdateInventoryAssetDetails.Builder assetClassName(String assetClassName)
The class name of the asset.- Parameters:
assetClassName- the value to set- Returns:
- this builder
-
assetClassVersion
public UpdateInventoryAssetDetails.Builder assetClassVersion(String assetClassVersion)
The version of the asset class.- Parameters:
assetClassVersion- the value to set- Returns:
- this builder
-
assetDetails
public UpdateInventoryAssetDetails.Builder assetDetails(Map<String,Object> assetDetails)
The details of the asset.- Parameters:
assetDetails- the value to set- Returns:
- this builder
-
environmentType
public UpdateInventoryAssetDetails.Builder environmentType(EnvironmentType environmentType)
Specifies if this is the Source or Destination point for migration - different assets may be discovered depending on setting.- Parameters:
environmentType- the value to set- Returns:
- this builder
-
build
public UpdateInventoryAssetDetails build()
-
copy
public UpdateInventoryAssetDetails.Builder copy(UpdateInventoryAssetDetails model)
-
-