Class MigrationPlan.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.MigrationPlan.Builder
-
- Enclosing class:
- MigrationPlan
public static class MigrationPlan.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MigrationPlan
build()
MigrationPlan.Builder
calculatedLimits(Map<String,Integer> calculatedLimits)
Limits of the resources that are needed for migration.MigrationPlan.Builder
compartmentId(String compartmentId)
The OCID of the compartment containing the migration plan.MigrationPlan.Builder
copy(MigrationPlan model)
MigrationPlan.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.MigrationPlan.Builder
displayName(String displayName)
A user-friendly name.MigrationPlan.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.MigrationPlan.Builder
id(String id)
The unique Oracle ID (OCID) that is immutable on creation.MigrationPlan.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.MigrationPlan.Builder
lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.MigrationPlan.Builder
migrationId(String migrationId)
The OCID of the associated migration.MigrationPlan.Builder
migrationPlanStats(MigrationPlanStats migrationPlanStats)
MigrationPlan.Builder
referenceToRmsStack(String referenceToRmsStack)
OCID of the referenced ORM job.MigrationPlan.Builder
sourceMigrationPlanId(String sourceMigrationPlanId)
Source migraiton plan ID to be cloned.MigrationPlan.Builder
strategies(List<ResourceAssessmentStrategy> strategies)
List of strategies for the resources to be migrated.MigrationPlan.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.MigrationPlan.Builder
targetEnvironments(List<TargetEnvironment> targetEnvironments)
List of target environments.MigrationPlan.Builder
timeCreated(Date timeCreated)
The time when the migration plan was created.MigrationPlan.Builder
timeUpdated(Date timeUpdated)
The time when the migration plan was updated.
-
-
-
Method Detail
-
id
public MigrationPlan.Builder id(String id)
The unique Oracle ID (OCID) that is immutable on creation.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public MigrationPlan.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the migration plan.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public MigrationPlan.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
timeCreated
public MigrationPlan.Builder timeCreated(Date timeCreated)
The time when the migration plan was created.An RFC3339 formatted datetime string.
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public MigrationPlan.Builder timeUpdated(Date timeUpdated)
The time when the migration plan was updated.An RFC3339 formatted datetime string.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleState
public MigrationPlan.Builder lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public MigrationPlan.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.For example, it can be used to provide actionable information for a resource in Failed state.
- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
migrationId
public MigrationPlan.Builder migrationId(String migrationId)
The OCID of the associated migration.- Parameters:
migrationId
- the value to set- Returns:
- this builder
-
strategies
public MigrationPlan.Builder strategies(List<ResourceAssessmentStrategy> strategies)
List of strategies for the resources to be migrated.- Parameters:
strategies
- the value to set- Returns:
- this builder
-
migrationPlanStats
public MigrationPlan.Builder migrationPlanStats(MigrationPlanStats migrationPlanStats)
-
calculatedLimits
public MigrationPlan.Builder calculatedLimits(Map<String,Integer> calculatedLimits)
Limits of the resources that are needed for migration.Example: {“BlockVolume”: 2, “VCN”: 1}
- Parameters:
calculatedLimits
- the value to set- Returns:
- this builder
-
targetEnvironments
public MigrationPlan.Builder targetEnvironments(List<TargetEnvironment> targetEnvironments)
List of target environments.- Parameters:
targetEnvironments
- the value to set- Returns:
- this builder
-
referenceToRmsStack
public MigrationPlan.Builder referenceToRmsStack(String referenceToRmsStack)
OCID of the referenced ORM job.- Parameters:
referenceToRmsStack
- the value to set- Returns:
- this builder
-
sourceMigrationPlanId
public MigrationPlan.Builder sourceMigrationPlanId(String sourceMigrationPlanId)
Source migraiton plan ID to be cloned.- Parameters:
sourceMigrationPlanId
- the value to set- Returns:
- this builder
-
freeformTags
public MigrationPlan.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.It exists only for cross-compatibility. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public MigrationPlan.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public MigrationPlan.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public MigrationPlan build()
-
copy
public MigrationPlan.Builder copy(MigrationPlan model)
-
-