Class MigrationPlanSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudmigrations.model.MigrationPlanSummary.Builder
-
- Enclosing class:
- MigrationPlanSummary
public static class MigrationPlanSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MigrationPlanSummary
build()
MigrationPlanSummary.Builder
calculatedLimits(Map<String,Integer> calculatedLimits)
Limits of the resources that are needed for migration.MigrationPlanSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment containing the migration plan.MigrationPlanSummary.Builder
copy(MigrationPlanSummary model)
MigrationPlanSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.MigrationPlanSummary.Builder
displayName(String displayName)
A user-friendly name.MigrationPlanSummary.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.MigrationPlanSummary.Builder
id(String id)
The unique Oracle ID (OCID) that is immutable on creation.MigrationPlanSummary.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.MigrationPlanSummary.Builder
lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.MigrationPlanSummary.Builder
migrationId(String migrationId)
The OCID of the associated migration.MigrationPlanSummary.Builder
migrationPlanStats(MigrationPlanStats migrationPlanStats)
MigrationPlanSummary.Builder
referenceToRmsStack(String referenceToRmsStack)
OCID of the referenced ORM job.MigrationPlanSummary.Builder
sourceMigrationPlanId(String sourceMigrationPlanId)
Source migraiton plan ID to be cloned.MigrationPlanSummary.Builder
strategies(List<ResourceAssessmentStrategy> strategies)
List of strategies for the resources to be migrated.MigrationPlanSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.MigrationPlanSummary.Builder
targetEnvironments(List<TargetEnvironment> targetEnvironments)
List of target environments.MigrationPlanSummary.Builder
timeCreated(Date timeCreated)
The time when the migration plan was created.MigrationPlanSummary.Builder
timeUpdated(Date timeUpdated)
The time when the migration plan was updated.
-
-
-
Method Detail
-
id
public MigrationPlanSummary.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 MigrationPlanSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the migration plan.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public MigrationPlanSummary.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 MigrationPlanSummary.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 MigrationPlanSummary.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 MigrationPlanSummary.Builder lifecycleState(MigrationPlan.LifecycleState lifecycleState)
The current state of the migration plan.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public MigrationPlanSummary.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 MigrationPlanSummary.Builder migrationId(String migrationId)
The OCID of the associated migration.- Parameters:
migrationId
- the value to set- Returns:
- this builder
-
strategies
public MigrationPlanSummary.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 MigrationPlanSummary.Builder migrationPlanStats(MigrationPlanStats migrationPlanStats)
-
calculatedLimits
public MigrationPlanSummary.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 MigrationPlanSummary.Builder targetEnvironments(List<TargetEnvironment> targetEnvironments)
List of target environments.- Parameters:
targetEnvironments
- the value to set- Returns:
- this builder
-
referenceToRmsStack
public MigrationPlanSummary.Builder referenceToRmsStack(String referenceToRmsStack)
OCID of the referenced ORM job.- Parameters:
referenceToRmsStack
- the value to set- Returns:
- this builder
-
sourceMigrationPlanId
public MigrationPlanSummary.Builder sourceMigrationPlanId(String sourceMigrationPlanId)
Source migraiton plan ID to be cloned.- Parameters:
sourceMigrationPlanId
- the value to set- Returns:
- this builder
-
freeformTags
public MigrationPlanSummary.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 MigrationPlanSummary.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 MigrationPlanSummary.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 MigrationPlanSummary build()
-
copy
public MigrationPlanSummary.Builder copy(MigrationPlanSummary model)
-
-