public static class SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
public SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder id(Long id)
The ID of the SQL Tuning Advisor task. This is not the OCID.
id
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder name(String name)
The name of the SQL Tuning Advisor task.
name
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder description(String description)
The description of the SQL Tuning Advisor task. This is not defined for Auto SQL Tuning tasks.
description
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder owner(String owner)
The owner of the SQL Tuning Advisor task.
owner
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder status(SqlTuningTaskStatusTypes status)
The status of the SQL Tuning Advisor task. This is not defined for Auto SQL Tuning tasks.
status
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder timeStarted(Date timeStarted)
The start time of the task execution.
timeStarted
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder timeEnded(Date timeEnded)
The end time of the task execution.
timeEnded
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder runningTime(Integer runningTime)
The total running time in seconds. This is not defined for Auto SQL Tuning tasks.
runningTime
- the value to setpublic SqlTuningAdvisorTaskSummaryReportTaskInfo build()
public SqlTuningAdvisorTaskSummaryReportTaskInfo.Builder copy(SqlTuningAdvisorTaskSummaryReportTaskInfo model)
Copyright © 2016–2023. All rights reserved.