public static class AddmReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AddmReport.Builder |
addmReport(String addmReport)
The complete ADDM report
|
AddmReport |
build() |
AddmReport.Builder |
copy(AddmReport model) |
AddmReport.Builder |
databaseIdentifier(String databaseIdentifier)
Internal id of the database.
|
AddmReport.Builder |
snapshotIntervalEnd(String snapshotIntervalEnd)
AWR snapshot id.
|
AddmReport.Builder |
snapshotIntervalStart(String snapshotIntervalStart)
AWR snapshot id.
|
AddmReport.Builder |
taskIdentifier(String taskIdentifier)
TASK_ID in the oracle database view DBA_ADDM_TASKS
|
AddmReport.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
AddmReport.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public AddmReport.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic AddmReport.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic AddmReport.Builder taskIdentifier(String taskIdentifier)
TASK_ID in the oracle database view DBA_ADDM_TASKS
taskIdentifier
- the value to setpublic AddmReport.Builder databaseIdentifier(String databaseIdentifier)
Internal id of the database.
databaseIdentifier
- the value to setpublic AddmReport.Builder snapshotIntervalStart(String snapshotIntervalStart)
AWR snapshot id.
snapshotIntervalStart
- the value to setpublic AddmReport.Builder snapshotIntervalEnd(String snapshotIntervalEnd)
AWR snapshot id.
snapshotIntervalEnd
- the value to setpublic AddmReport.Builder addmReport(String addmReport)
The complete ADDM report
addmReport
- the value to setpublic AddmReport build()
public AddmReport.Builder copy(AddmReport model)
Copyright © 2016–2024. All rights reserved.