Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
static JobExecution.Builder |
JobExecution.builder()
Create a new builder.
|
JobExecution.Builder |
JobExecution.Builder.compartmentId(String compartmentId)
The OCID of the
compartment in which the parent job resides.
|
JobExecution.Builder |
JobExecution.Builder.copy(JobExecution model) |
JobExecution.Builder |
JobExecution.Builder.databaseSubType(DatabaseSubType databaseSubType)
The subtype of the Oracle Database.
|
JobExecution.Builder |
JobExecution.Builder.databaseType(DatabaseType databaseType)
The type of Oracle Database installation.
|
JobExecution.Builder |
JobExecution.Builder.deploymentType(DeploymentType deploymentType)
A list of the supported infrastructure that can be used to deploy the database.
|
JobExecution.Builder |
JobExecution.Builder.errorMessage(String errorMessage)
The error message that is returned if the job execution fails.
|
JobExecution.Builder |
JobExecution.Builder.id(String id)
The identifier of the job execution.
|
JobExecution.Builder |
JobExecution.Builder.inBinds(JobInBindsDetails inBinds) |
JobExecution.Builder |
JobExecution.Builder.isCluster(Boolean isCluster)
Indicates whether the Oracle Database is part of a cluster.
|
JobExecution.Builder |
JobExecution.Builder.jobId(String jobId)
The OCID of the
parent job.
|
JobExecution.Builder |
JobExecution.Builder.jobName(String jobName)
The name of the parent job.
|
JobExecution.Builder |
JobExecution.Builder.jobRunId(String jobRunId)
The identifier of the associated job run.
|
JobExecution.Builder |
JobExecution.Builder.managedDatabaseGroupId(String managedDatabaseGroupId)
The OCID of the
Managed Database Group where the parent job has to be executed.
|
JobExecution.Builder |
JobExecution.Builder.managedDatabaseId(String managedDatabaseId)
The OCID of the
Managed Database associated with the job execution.
|
JobExecution.Builder |
JobExecution.Builder.managedDatabaseName(String managedDatabaseName)
The name of the Managed Database associated with the job execution.
|
JobExecution.Builder |
JobExecution.Builder.name(String name)
The name of the job execution.
|
JobExecution.Builder |
JobExecution.Builder.outBinds(JobOutBindsDetails outBinds) |
JobExecution.Builder |
JobExecution.Builder.resultDetails(JobExecutionResultDetails resultDetails) |
JobExecution.Builder |
JobExecution.Builder.scheduleDetails(JobScheduleDetails scheduleDetails) |
JobExecution.Builder |
JobExecution.Builder.sqlText(String sqlText)
The SQL text executed as part of the job.
|
JobExecution.Builder |
JobExecution.Builder.status(JobExecution.Status status)
The status of the job execution.
|
JobExecution.Builder |
JobExecution.Builder.timeCompleted(Date timeCompleted)
The date and time when the job execution completed.
|
JobExecution.Builder |
JobExecution.Builder.timeCreated(Date timeCreated)
The date and time when the job execution was created.
|
JobExecution.Builder |
JobExecution.toBuilder() |
JobExecution.Builder |
JobExecution.Builder.userName(String userName)
The database user name used to execute the SQL job.
|
JobExecution.Builder |
JobExecution.Builder.workloadType(WorkloadType workloadType)
The workload type of the Autonomous Database.
|
Copyright © 2016–2024. All rights reserved.