Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Migration |
build() |
Migration.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
Migration.Builder |
copy(Migration model) |
Migration.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Migration.Builder |
displayName(String displayName)
Migration Identifier that can be renamed
|
Migration.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Migration.Builder |
id(String id)
Unique identifier that is immutable on creation
|
Migration.Builder |
isCompleted(Boolean isCompleted)
Indicates whether migration is marked as completed.
|
Migration.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
Migration.Builder |
lifecycleState(Migration.LifecycleState lifecycleState)
The current state of migration.
|
Migration.Builder |
replicationScheduleId(String replicationScheduleId)
Replication schedule identifier
|
Migration.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Migration.Builder |
timeCreated(Date timeCreated)
The time when the migration project was created.
|
Migration.Builder |
timeUpdated(Date timeUpdated)
The time when the migration project was updated.
|
public Migration.Builder id(String id)
Unique identifier that is immutable on creation
id
- the value to setpublic Migration.Builder displayName(String displayName)
Migration Identifier that can be renamed
displayName
- the value to setpublic Migration.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic Migration.Builder lifecycleState(Migration.LifecycleState lifecycleState)
The current state of migration.
lifecycleState
- the value to setpublic Migration.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.
lifecycleDetails
- the value to setpublic Migration.Builder timeCreated(Date timeCreated)
The time when the migration project was created. An RFC3339 formatted datetime string
timeCreated
- the value to setpublic Migration.Builder timeUpdated(Date timeUpdated)
The time when the migration project was updated. An RFC3339 formatted datetime string
timeUpdated
- the value to setpublic Migration.Builder replicationScheduleId(String replicationScheduleId)
Replication schedule identifier
replicationScheduleId
- the value to setpublic Migration.Builder isCompleted(Boolean isCompleted)
Indicates whether migration is marked as completed.
isCompleted
- the value to setpublic Migration.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"}
freeformTags
- the value to setpublic Migration.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"}}
definedTags
- the value to setpublic Migration.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"}}
systemTags
- the value to setpublic Migration build()
public Migration.Builder copy(Migration model)
Copyright © 2016–2024. All rights reserved.