public static class AwrSnapshotSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AwrSnapshotSummary.Builder |
awrSourceDatabaseId(String awrSourceDatabaseId)
DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
|
AwrSnapshotSummary |
build() |
AwrSnapshotSummary.Builder |
copy(AwrSnapshotSummary model) |
AwrSnapshotSummary.Builder |
errorCount(Long errorCount)
The total number of errors.
|
AwrSnapshotSummary.Builder |
instanceNumber(Integer instanceNumber)
The database instance number.
|
AwrSnapshotSummary.Builder |
snapshotIdentifier(Integer snapshotIdentifier)
The identifier of the snapshot.
|
AwrSnapshotSummary.Builder |
timeDbStartup(Date timeDbStartup)
The timestamp of the database startup.
|
AwrSnapshotSummary.Builder |
timeSnapshotBegin(Date timeSnapshotBegin)
The start time of the snapshot.
|
AwrSnapshotSummary.Builder |
timeSnapshotEnd(Date timeSnapshotEnd)
The end time of the snapshot.
|
public AwrSnapshotSummary.Builder awrSourceDatabaseId(String awrSourceDatabaseId)
DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.
awrSourceDatabaseId
- the value to setpublic AwrSnapshotSummary.Builder instanceNumber(Integer instanceNumber)
The database instance number.
instanceNumber
- the value to setpublic AwrSnapshotSummary.Builder timeDbStartup(Date timeDbStartup)
The timestamp of the database startup.
timeDbStartup
- the value to setpublic AwrSnapshotSummary.Builder timeSnapshotBegin(Date timeSnapshotBegin)
The start time of the snapshot.
timeSnapshotBegin
- the value to setpublic AwrSnapshotSummary.Builder timeSnapshotEnd(Date timeSnapshotEnd)
The end time of the snapshot.
timeSnapshotEnd
- the value to setpublic AwrSnapshotSummary.Builder snapshotIdentifier(Integer snapshotIdentifier)
The identifier of the snapshot.
snapshotIdentifier
- the value to setpublic AwrSnapshotSummary.Builder errorCount(Long errorCount)
The total number of errors.
errorCount
- the value to setpublic AwrSnapshotSummary build()
public AwrSnapshotSummary.Builder copy(AwrSnapshotSummary model)
Copyright © 2016–2024. All rights reserved.