Class ReplicaOverrides.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • mysqlVersion

        public ReplicaOverrides.Builder mysqlVersion​(String mysqlVersion)
        The MySQL version to be used by the read replica.
        Parameters:
        mysqlVersion - the value to set
        Returns:
        this builder
      • shapeName

        public ReplicaOverrides.Builder shapeName​(String shapeName)
        The shape to be used by the read replica.

        The shape determines the resources allocated: CPU cores and memory for VM shapes, CPU cores, memory and storage for non-VM (bare metal) shapes. To get a list of shapes, use the listShapes operation.

        Parameters:
        shapeName - the value to set
        Returns:
        this builder
      • configurationId

        public ReplicaOverrides.Builder configurationId​(String configurationId)
        The OCID of the Configuration to be used by the read replica.
        Parameters:
        configurationId - the value to set
        Returns:
        this builder