Class OlvmTargetAsset.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.OlvmTargetAsset.Builder
-
- Enclosing class:
- OlvmTargetAsset
public static class OlvmTargetAsset.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OlvmTargetAsset.Builder id(String id)
-
displayName
public OlvmTargetAsset.Builder displayName(String displayName)
-
lifecycleState
public OlvmTargetAsset.Builder lifecycleState(TargetAsset.LifecycleState lifecycleState)
-
lifecycleDetails
public OlvmTargetAsset.Builder lifecycleDetails(String lifecycleDetails)
-
migrationPlanId
public OlvmTargetAsset.Builder migrationPlanId(String migrationPlanId)
-
compartmentId
public OlvmTargetAsset.Builder compartmentId(String compartmentId)
-
createdResourceId
public OlvmTargetAsset.Builder createdResourceId(String createdResourceId)
-
isExcludedFromExecution
public OlvmTargetAsset.Builder isExcludedFromExecution(Boolean isExcludedFromExecution)
-
compatibilityMessages
public OlvmTargetAsset.Builder compatibilityMessages(List<CompatibilityMessage> compatibilityMessages)
-
estimatedCost
public OlvmTargetAsset.Builder estimatedCost(CostEstimation estimatedCost)
-
timeCreated
public OlvmTargetAsset.Builder timeCreated(Date timeCreated)
-
timeUpdated
public OlvmTargetAsset.Builder timeUpdated(Date timeUpdated)
-
timeAssessed
public OlvmTargetAsset.Builder timeAssessed(Date timeAssessed)
-
migrationAsset
public OlvmTargetAsset.Builder migrationAsset(MigrationAsset migrationAsset)
-
msLicense
public OlvmTargetAsset.Builder msLicense(String msLicense)
Microsoft license for VM configuration.- Parameters:
msLicense- the value to set- Returns:
- this builder
-
build
public OlvmTargetAsset build()
-
copy
public OlvmTargetAsset.Builder copy(OlvmTargetAsset model)
-
-