Class MigrationPlanStats.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.MigrationPlanStats.Builder
-
- Enclosing class:
- MigrationPlanStats
public static class MigrationPlanStats.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MigrationPlanStats
build()
MigrationPlanStats.Builder
copy(MigrationPlanStats model)
MigrationPlanStats.Builder
timeUpdated(Date timeUpdated)
The time when the migration plan was calculated.MigrationPlanStats.Builder
totalEstimatedCost(CostEstimation totalEstimatedCost)
MigrationPlanStats.Builder
vmCount(Integer vmCount)
The total count of VMs in migration
-
-
-
Method Detail
-
totalEstimatedCost
public MigrationPlanStats.Builder totalEstimatedCost(CostEstimation totalEstimatedCost)
-
timeUpdated
public MigrationPlanStats.Builder timeUpdated(Date timeUpdated)
The time when the migration plan was calculated.An RFC3339 formatted datetime string.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
vmCount
public MigrationPlanStats.Builder vmCount(Integer vmCount)
The total count of VMs in migration- Parameters:
vmCount
- the value to set- Returns:
- this builder
-
build
public MigrationPlanStats build()
-
copy
public MigrationPlanStats.Builder copy(MigrationPlanStats model)
-
-