Package com.oracle.bmc.opsi.model
Class AwrSourceSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.AwrSourceSummary.Builder
 
- 
- Enclosing class:
- AwrSourceSummary
 
 public static class AwrSourceSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrSourceSummary.BuilderawrHubId(String awrHubId)AWR Hub OCIDAwrSourceSummary.BuilderawrSourceDatabaseId(String awrSourceDatabaseId)DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.AwrSourceSummarybuild()AwrSourceSummary.Buildercopy(AwrSourceSummary model)AwrSourceSummary.BuilderhoursSinceLastImport(Double hoursSinceLastImport)Number of hours since last AWR snapshots import happened from the Source database.AwrSourceSummary.BuildermaxSnapshotIdentifier(BigDecimal maxSnapshotIdentifier)The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.AwrSourceSummary.BuilderminSnapshotIdentifier(BigDecimal minSnapshotIdentifier)The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.AwrSourceSummary.Buildername(String name)Database name of the Source database for which AWR Data will be uploaded to AWR Hub.AwrSourceSummary.BuildersnapshotsUploaded(BigDecimal snapshotsUploaded)Number of AWR snapshots uploaded from the Source database.AwrSourceSummary.BuildertimeFirstSnapshotGenerated(Date timeFirstSnapshotGenerated)The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub.AwrSourceSummary.BuildertimeLastSnapshotGenerated(Date timeLastSnapshotGenerated)The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub.
 
- 
- 
- 
Method Detail- 
awrHubIdpublic AwrSourceSummary.Builder awrHubId(String awrHubId) AWR Hub OCID- Parameters:
- awrHubId- the value to set
- Returns:
- this builder
 
 - 
namepublic AwrSourceSummary.Builder name(String name) Database name of the Source database for which AWR Data will be uploaded to AWR Hub.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
awrSourceDatabaseIdpublic AwrSourceSummary.Builder awrSourceDatabaseId(String awrSourceDatabaseId) DatabaseId of the Source database for which AWR Data will be uploaded to AWR Hub.- Parameters:
- awrSourceDatabaseId- the value to set
- Returns:
- this builder
 
 - 
snapshotsUploadedpublic AwrSourceSummary.Builder snapshotsUploaded(BigDecimal snapshotsUploaded) Number of AWR snapshots uploaded from the Source database.- Parameters:
- snapshotsUploaded- the value to set
- Returns:
- this builder
 
 - 
minSnapshotIdentifierpublic AwrSourceSummary.Builder minSnapshotIdentifier(BigDecimal minSnapshotIdentifier) The minimum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.- Parameters:
- minSnapshotIdentifier- the value to set
- Returns:
- this builder
 
 - 
maxSnapshotIdentifierpublic AwrSourceSummary.Builder maxSnapshotIdentifier(BigDecimal maxSnapshotIdentifier) The maximum snapshot identifier of the source database for which AWR data is uploaded to AWR Hub.- Parameters:
- maxSnapshotIdentifier- the value to set
- Returns:
- this builder
 
 - 
timeFirstSnapshotGeneratedpublic AwrSourceSummary.Builder timeFirstSnapshotGenerated(Date timeFirstSnapshotGenerated) The time at which the earliest snapshot was generated in the source database for which data is uploaded to AWR Hub.An RFC3339 formatted datetime string - Parameters:
- timeFirstSnapshotGenerated- the value to set
- Returns:
- this builder
 
 - 
timeLastSnapshotGeneratedpublic AwrSourceSummary.Builder timeLastSnapshotGenerated(Date timeLastSnapshotGenerated) The time at which the latest snapshot was generated in the source database for which data is uploaded to AWR Hub.An RFC3339 formatted datetime string - Parameters:
- timeLastSnapshotGenerated- the value to set
- Returns:
- this builder
 
 - 
hoursSinceLastImportpublic AwrSourceSummary.Builder hoursSinceLastImport(Double hoursSinceLastImport) Number of hours since last AWR snapshots import happened from the Source database.- Parameters:
- hoursSinceLastImport- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrSourceSummary build() 
 - 
copypublic AwrSourceSummary.Builder copy(AwrSourceSummary model) 
 
- 
 
-