public static class DbServerHistorySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DbServerHistorySummary |
build() |
DbServerHistorySummary.Builder |
copy(DbServerHistorySummary model) |
DbServerHistorySummary.Builder |
dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails) |
DbServerHistorySummary.Builder |
displayName(String displayName)
The user-friendly name for the database server.
|
DbServerHistorySummary.Builder |
id(String id)
The OCID of the database server.
|
public DbServerHistorySummary.Builder id(String id)
The OCID of the database server.
id
- the value to setpublic DbServerHistorySummary.Builder displayName(String displayName)
The user-friendly name for the database server. The name does not need to be unique.
displayName
- the value to setpublic DbServerHistorySummary.Builder dbServerPatchingDetails(DbServerPatchingDetails dbServerPatchingDetails)
public DbServerHistorySummary build()
public DbServerHistorySummary.Builder copy(DbServerHistorySummary model)
Copyright © 2016–2024. All rights reserved.