Class MigrationPlanSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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
      • 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
      • 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
      • 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