Package | Description |
---|---|
com.oracle.bmc.databasemanagement.model |
Modifier and Type | Method and Description |
---|---|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.beginSnapshotId(Long beginSnapshotId)
The ID number of the beginning AWR snapshot.
|
static HistoricAddmResult.Builder |
HistoricAddmResult.builder()
Create a new builder.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.copy(HistoricAddmResult model) |
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.dbUser(String dbUser)
The database user who owns the historic ADDM task.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.description(String description)
The description of the ADDM task.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.endSnapshotId(Long endSnapshotId)
The ID number of the ending AWR snapshot.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.endSnapshotTime(Date endSnapshotTime)
The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time
RFC3339 format.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.findings(Long findings)
The number of ADDM findings.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.howCreated(HistoricAddmResult.HowCreated howCreated)
A description of how the task was created.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.isNewlyCreated(Boolean isNewlyCreated)
Specifies whether the ADDM task returned had already existed or was newly created by the
api call.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.startSnapshotTime(Date startSnapshotTime)
The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time
RFC3339 format.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.status(HistoricAddmResult.Status status)
The status of the ADDM task.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.taskId(Long taskId)
The ID of the historic ADDM task.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.taskName(String taskName)
The name of the historic ADDM task.
|
HistoricAddmResult.Builder |
HistoricAddmResult.Builder.timeCreated(Date timeCreated)
The creation date of the ADDM task.
|
HistoricAddmResult.Builder |
HistoricAddmResult.toBuilder() |
Copyright © 2016–2024. All rights reserved.