Class ResourceConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • sparkVersion

        public ResourceConfiguration.Builder sparkVersion​(String sparkVersion)
        The version of the spark used while creating an Oracle Cloud Infrastructure Data Flow application.
        Parameters:
        sparkVersion - the value to set
        Returns:
        this builder
      • driverShape

        public ResourceConfiguration.Builder driverShape​(String driverShape)
        The VM shape of the driver used while creating an Oracle Cloud Infrastructure Data Flow application.

        It sets the driver cores and memory.

        Parameters:
        driverShape - the value to set
        Returns:
        this builder
      • executorShape

        public ResourceConfiguration.Builder executorShape​(String executorShape)
        The shape of the executor used while creating an Oracle Cloud Infrastructure Data Flow application.

        It sets the executor cores and memory.

        Parameters:
        executorShape - the value to set
        Returns:
        this builder
      • totalExecutors

        public ResourceConfiguration.Builder totalExecutors​(Integer totalExecutors)
        Number of executor VMs requested while creating an Oracle Cloud Infrastructure Data Flow application.
        Parameters:
        totalExecutors - the value to set
        Returns:
        this builder