Run.Builder |
Run.Builder.applicationId(String applicationId) |
The application ID.
|
Run.Builder |
Run.Builder.applicationLogConfig(ApplicationLogConfig applicationLogConfig) |
|
Run.Builder |
Run.Builder.archiveUri(String archiveUri) |
A comma separated list of one or more archive files as Oracle Cloud Infrastructure URIs.
|
Run.Builder |
Run.Builder.arguments(List<String> arguments) |
The arguments passed to the running application as command line arguments.
|
static Run.Builder |
Run.builder() |
Create a new builder.
|
Run.Builder |
Run.Builder.className(String className) |
The class for the application.
|
Run.Builder |
Run.Builder.compartmentId(String compartmentId) |
The OCID of a compartment.
|
Run.Builder |
Run.Builder.configuration(Map<String,String> configuration) |
The Spark configuration passed to the running process.
|
Run.Builder |
Run.Builder.copy(Run model) |
|
Run.Builder |
Run.Builder.dataReadInBytes(Long dataReadInBytes) |
The data read by the run in bytes.
|
Run.Builder |
Run.Builder.dataWrittenInBytes(Long dataWrittenInBytes) |
The data written by the run in bytes.
|
Run.Builder |
Run.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
Defined tags for this resource.
|
Run.Builder |
Run.Builder.displayName(String displayName) |
A user-friendly name.
|
Run.Builder |
Run.Builder.driverShape(String driverShape) |
The VM shape for the driver.
|
Run.Builder |
Run.Builder.driverShapeConfig(ShapeConfig driverShapeConfig) |
|
Run.Builder |
Run.Builder.execute(String execute) |
The input used for spark-submit command.
|
Run.Builder |
Run.Builder.executorShape(String executorShape) |
The VM shape for the executors.
|
Run.Builder |
Run.Builder.executorShapeConfig(ShapeConfig executorShapeConfig) |
|
Run.Builder |
Run.Builder.fileUri(String fileUri) |
An Oracle Cloud Infrastructure URI of the file containing the application to execute.
|
Run.Builder |
Run.Builder.freeformTags(Map<String,String> freeformTags) |
Free-form tags for this resource.
|
Run.Builder |
Run.Builder.id(String id) |
The ID of a run.
|
Run.Builder |
Run.Builder.idleTimeoutInMinutes(Long idleTimeoutInMinutes) |
The timeout value in minutes used to manage Runs.
|
Run.Builder |
Run.Builder.language(ApplicationLanguage language) |
The Spark language.
|
Run.Builder |
Run.Builder.lifecycleDetails(String lifecycleDetails) |
The detailed messages about the lifecycle state.
|
Run.Builder |
Run.Builder.lifecycleState(RunLifecycleState lifecycleState) |
The current state of this run.
|
Run.Builder |
Run.Builder.logsBucketUri(String logsBucketUri) |
An Oracle Cloud Infrastructure URI of the bucket where the Spark job logs are to be
uploaded.
|
Run.Builder |
Run.Builder.maxDurationInMinutes(Long maxDurationInMinutes) |
The maximum duration in minutes for which an Application should run.
|
Run.Builder |
Run.Builder.metastoreId(String metastoreId) |
The OCID of OCI Hive Metastore.
|
Run.Builder |
Run.Builder.numExecutors(Integer numExecutors) |
The number of executor VMs requested.
|
Run.Builder |
Run.Builder.opcRequestId(String opcRequestId) |
Unique Oracle assigned identifier for the request.
|
Run.Builder |
Run.Builder.ownerPrincipalId(String ownerPrincipalId) |
The OCID of the user who created the resource.
|
Run.Builder |
Run.Builder.ownerUserName(String ownerUserName) |
The username of the user who created the resource.
|
Run.Builder |
Run.Builder.parameters(List<ApplicationParameter> parameters) |
An array of name/value pairs used to fill placeholders found in properties like
Application.arguments.
|
Run.Builder |
Run.Builder.poolId(String poolId) |
The OCID of a pool.
|
Run.Builder |
Run.Builder.privateEndpointDnsZones(List<String> privateEndpointDnsZones) |
An array of DNS zone names.
|
Run.Builder |
Run.Builder.privateEndpointId(String privateEndpointId) |
The OCID of a private endpoint.
|
Run.Builder |
Run.Builder.privateEndpointMaxHostCount(Integer privateEndpointMaxHostCount) |
The maximum number of hosts to be accessed through the private endpoint.
|
Run.Builder |
Run.Builder.privateEndpointNsgIds(List<String> privateEndpointNsgIds) |
An array of network security group OCIDs.
|
Run.Builder |
Run.Builder.privateEndpointSubnetId(String privateEndpointSubnetId) |
The OCID of a subnet.
|
Run.Builder |
Run.Builder.runDurationInMilliseconds(Long runDurationInMilliseconds) |
The duration of the run in milliseconds.
|
Run.Builder |
Run.Builder.sparkVersion(String sparkVersion) |
The Spark version utilized to run the application.
|
Run.Builder |
Run.Builder.timeCreated(Date timeCreated) |
The date and time the resource was created, expressed in RFC
3339 timestamp format.
|
Run.Builder |
Run.Builder.timeUpdated(Date timeUpdated) |
The date and time the resource was updated, expressed in RFC
3339 timestamp format.
|
Run.Builder |
Run.toBuilder() |
|
Run.Builder |
Run.Builder.totalOCpu(Integer totalOCpu) |
The total number of oCPU requested by the run.
|
Run.Builder |
Run.Builder.type(ApplicationType type) |
The Spark application processing type.
|
Run.Builder |
Run.Builder.warehouseBucketUri(String warehouseBucketUri) |
An Oracle Cloud Infrastructure URI of the bucket to be used as default warehouse
directory for BATCH SQL runs.
|