Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
RunSummary.Builder |
RunSummary.Builder.applicationId(String applicationId)
The application ID.
|
static RunSummary.Builder |
RunSummary.builder()
Create a new builder.
|
RunSummary.Builder |
RunSummary.Builder.compartmentId(String compartmentId)
The OCID of a compartment.
|
RunSummary.Builder |
RunSummary.Builder.copy(RunSummary model) |
RunSummary.Builder |
RunSummary.Builder.dataReadInBytes(Long dataReadInBytes)
The data read by the run in bytes.
|
RunSummary.Builder |
RunSummary.Builder.dataWrittenInBytes(Long dataWrittenInBytes)
The data written by the run in bytes.
|
RunSummary.Builder |
RunSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
RunSummary.Builder |
RunSummary.Builder.displayName(String displayName)
A user-friendly name.
|
RunSummary.Builder |
RunSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
RunSummary.Builder |
RunSummary.Builder.id(String id)
The ID of a run.
|
RunSummary.Builder |
RunSummary.Builder.language(ApplicationLanguage language)
The Spark language.
|
RunSummary.Builder |
RunSummary.Builder.lifecycleDetails(String lifecycleDetails)
The detailed messages about the lifecycle state.
|
RunSummary.Builder |
RunSummary.Builder.lifecycleState(RunLifecycleState lifecycleState)
The current state of this run.
|
RunSummary.Builder |
RunSummary.Builder.opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.
|
RunSummary.Builder |
RunSummary.Builder.ownerPrincipalId(String ownerPrincipalId)
The OCID of the user who created the resource.
|
RunSummary.Builder |
RunSummary.Builder.ownerUserName(String ownerUserName)
The username of the user who created the resource.
|
RunSummary.Builder |
RunSummary.Builder.poolId(String poolId)
The OCID of a pool.
|
RunSummary.Builder |
RunSummary.Builder.runDurationInMilliseconds(Long runDurationInMilliseconds)
The duration of the run in milliseconds.
|
RunSummary.Builder |
RunSummary.Builder.timeCreated(Date timeCreated)
The date and time the resource was created, expressed in RFC
3339 timestamp format.
|
RunSummary.Builder |
RunSummary.Builder.timeUpdated(Date timeUpdated)
The date and time the resource was updated, expressed in RFC
3339 timestamp format.
|
RunSummary.Builder |
RunSummary.toBuilder() |
RunSummary.Builder |
RunSummary.Builder.totalOCpu(Integer totalOCpu)
The total number of oCPU requested by the run.
|
RunSummary.Builder |
RunSummary.Builder.type(ApplicationType type)
The Spark application processing type.
|
Copyright © 2016–2024. All rights reserved.