Class AddmTaskSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.AddmTaskSummary.Builder
 
- 
- Enclosing class:
- AddmTaskSummary
 
 public static class AddmTaskSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddmTaskSummary.BuilderbeginSnapshotId(Long beginSnapshotId)The ID number of the beginning AWR snapshot.AddmTaskSummarybuild()AddmTaskSummary.Buildercopy(AddmTaskSummary model)AddmTaskSummary.BuilderdbUser(String dbUser)The database user who owns the ADDM task.AddmTaskSummary.Builderdescription(String description)The description of the ADDM task.AddmTaskSummary.BuilderendSnapshotId(Long endSnapshotId)The ID number of the ending AWR snapshot.AddmTaskSummary.BuilderendSnapshotTime(Date endSnapshotTime)The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.AddmTaskSummary.Builderfindings(Long findings)The number of ADDM findings.AddmTaskSummary.BuilderhowCreated(AddmTaskSummary.HowCreated howCreated)A description of how the task was created.AddmTaskSummary.BuilderstartSnapshotTime(Date startSnapshotTime)The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.AddmTaskSummary.Builderstatus(AddmTaskSummary.Status status)The status of the ADDM task.AddmTaskSummary.BuildertaskId(Long taskId)The ID number of the ADDM task.AddmTaskSummary.BuildertaskName(String taskName)The name of the ADDM task.AddmTaskSummary.BuildertimeCreated(Date timeCreated)The creation date of the ADDM task.
 
- 
- 
- 
Method Detail- 
taskNamepublic AddmTaskSummary.Builder taskName(String taskName) The name of the ADDM task.- Parameters:
- taskName- the value to set
- Returns:
- this builder
 
 - 
taskIdpublic AddmTaskSummary.Builder taskId(Long taskId) The ID number of the ADDM task.- Parameters:
- taskId- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic AddmTaskSummary.Builder description(String description) The description of the ADDM task.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
dbUserpublic AddmTaskSummary.Builder dbUser(String dbUser) The database user who owns the ADDM task.- Parameters:
- dbUser- the value to set
- Returns:
- this builder
 
 - 
statuspublic AddmTaskSummary.Builder status(AddmTaskSummary.Status status) The status of the ADDM task.- Parameters:
- status- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic AddmTaskSummary.Builder timeCreated(Date timeCreated) The creation date of the ADDM task.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
howCreatedpublic AddmTaskSummary.Builder howCreated(AddmTaskSummary.HowCreated howCreated) A description of how the task was created.- Parameters:
- howCreated- the value to set
- Returns:
- this builder
 
 - 
startSnapshotTimepublic AddmTaskSummary.Builder startSnapshotTime(Date startSnapshotTime) The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.- Parameters:
- startSnapshotTime- the value to set
- Returns:
- this builder
 
 - 
endSnapshotTimepublic AddmTaskSummary.Builder endSnapshotTime(Date endSnapshotTime) The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.- Parameters:
- endSnapshotTime- the value to set
- Returns:
- this builder
 
 - 
beginSnapshotIdpublic AddmTaskSummary.Builder beginSnapshotId(Long beginSnapshotId) The ID number of the beginning AWR snapshot.- Parameters:
- beginSnapshotId- the value to set
- Returns:
- this builder
 
 - 
endSnapshotIdpublic AddmTaskSummary.Builder endSnapshotId(Long endSnapshotId) The ID number of the ending AWR snapshot.- Parameters:
- endSnapshotId- the value to set
- Returns:
- this builder
 
 - 
findingspublic AddmTaskSummary.Builder findings(Long findings) The number of ADDM findings.- Parameters:
- findings- the value to set
- Returns:
- this builder
 
 - 
buildpublic AddmTaskSummary build() 
 - 
copypublic AddmTaskSummary.Builder copy(AddmTaskSummary model) 
 
- 
 
-