Class ReplicationSchedule.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public ReplicationSchedule.Builder displayName​(String displayName)
        A name of the replication schedule.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • executionRecurrences

        public ReplicationSchedule.Builder executionRecurrences​(String executionRecurrences)
        Recurrence specification for the replication schedule execution.
        Parameters:
        executionRecurrences - the value to set
        Returns:
        this builder
      • compartmentId

        public ReplicationSchedule.Builder compartmentId​(String compartmentId)
        The OCID of the compartment in which the replication schedule exists.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public ReplicationSchedule.Builder lifecycleDetails​(String lifecycleDetails)
        The detailed state of the replication schedule.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • timeCreated

        public ReplicationSchedule.Builder timeCreated​(Date timeCreated)
        The time when the replication schedule was created in RFC3339 format.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public ReplicationSchedule.Builder timeUpdated​(Date timeUpdated)
        The time when the replication schedule was last updated in RFC3339 format.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • freeformTags

        public ReplicationSchedule.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 ReplicationSchedule.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 ReplicationSchedule.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