public static class ResourceConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResourceConfiguration |
build() |
ResourceConfiguration.Builder |
copy(ResourceConfiguration model) |
ResourceConfiguration.Builder |
driverShape(String driverShape)
The VM shape of the driver used while creating an Oracle Cloud Infrastructure Data Flow
application.
|
ResourceConfiguration.Builder |
executorShape(String executorShape)
The shape of the executor used while creating an Oracle Cloud Infrastructure Data Flow
application.
|
ResourceConfiguration.Builder |
sparkVersion(String sparkVersion)
The version of the spark used while creating an Oracle Cloud Infrastructure Data Flow
application.
|
ResourceConfiguration.Builder |
totalExecutors(Integer totalExecutors)
Number of executor VMs requested while creating an Oracle Cloud Infrastructure Data Flow
application.
|
public ResourceConfiguration.Builder sparkVersion(String sparkVersion)
The version of the spark used while creating an Oracle Cloud Infrastructure Data Flow application.
sparkVersion
- the value to setpublic 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.
driverShape
- the value to setpublic 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.
executorShape
- the value to setpublic ResourceConfiguration.Builder totalExecutors(Integer totalExecutors)
Number of executor VMs requested while creating an Oracle Cloud Infrastructure Data Flow application.
totalExecutors
- the value to setpublic ResourceConfiguration build()
public ResourceConfiguration.Builder copy(ResourceConfiguration model)
Copyright © 2016–2024. All rights reserved.