public static class DbSystemSnapshotSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbSystemSnapshotSummary |
build() |
DbSystemSnapshotSummary.Builder |
copy(DbSystemSnapshotSummary model) |
DbSystemSnapshotSummary.Builder |
displayName(String displayName)
The user-friendly name for the DB system.
|
DbSystemSnapshotSummary.Builder |
id(String id)
The OCID of the DB System.
|
DbSystemSnapshotSummary.Builder |
region(String region)
The region identifier of the region where the DB system exists.
|
public DbSystemSnapshotSummary.Builder displayName(String displayName)
The user-friendly name for the DB system. It does not have to be unique.
displayName
- the value to setpublic DbSystemSnapshotSummary.Builder id(String id)
The OCID of the DB System.
id
- the value to setpublic DbSystemSnapshotSummary.Builder region(String region)
The region identifier of the region where the DB system exists. For more information, please see Regions and Availability Domains.
region
- the value to setpublic DbSystemSnapshotSummary build()
public DbSystemSnapshotSummary.Builder copy(DbSystemSnapshotSummary model)
Copyright © 2016–2024. All rights reserved.