public static class SqlPlanBaselineJob.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SqlPlanBaselineJob |
build() |
SqlPlanBaselineJob.Builder |
copy(SqlPlanBaselineJob model) |
SqlPlanBaselineJob.Builder |
name(String name)
The job name.
|
SqlPlanBaselineJob.Builder |
status(SqlPlanBaselineJob.Status status)
The job status.
|
SqlPlanBaselineJob.Builder |
timeCreated(Date timeCreated)
The date and time the job was created.
|
SqlPlanBaselineJob.Builder |
type(SqlPlanBaselineJob.Type type)
The job type.
|
public SqlPlanBaselineJob.Builder name(String name)
The job name.
name
- the value to setpublic SqlPlanBaselineJob.Builder type(SqlPlanBaselineJob.Type type)
The job type.
type
- the value to setpublic SqlPlanBaselineJob.Builder status(SqlPlanBaselineJob.Status status)
The job status.
status
- the value to setpublic SqlPlanBaselineJob.Builder timeCreated(Date timeCreated)
The date and time the job was created.
timeCreated
- the value to setpublic SqlPlanBaselineJob build()
public SqlPlanBaselineJob.Builder copy(SqlPlanBaselineJob model)
Copyright © 2016–2024. All rights reserved.