public static class ManagedDatabaseGroupSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagedDatabaseGroupSummary |
build() |
ManagedDatabaseGroupSummary.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ManagedDatabaseGroupSummary.Builder |
copy(ManagedDatabaseGroupSummary model) |
ManagedDatabaseGroupSummary.Builder |
description(String description)
The information specified by the user about the Managed Database Group.
|
ManagedDatabaseGroupSummary.Builder |
id(String id)
The OCID of the
Managed Database Group.
|
ManagedDatabaseGroupSummary.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.
|
ManagedDatabaseGroupSummary.Builder |
managedDatabaseCount(Integer managedDatabaseCount)
The number of Managed Databases in the Managed Database Group.
|
ManagedDatabaseGroupSummary.Builder |
name(String name)
The name of the Managed Database Group.
|
ManagedDatabaseGroupSummary.Builder |
timeCreated(Date timeCreated)
The date and time the Managed Database Group was created.
|
public ManagedDatabaseGroupSummary.Builder name(String name)
The name of the Managed Database Group.
name
- the value to setpublic ManagedDatabaseGroupSummary.Builder id(String id)
The OCID of the Managed Database Group.
id
- the value to setpublic ManagedDatabaseGroupSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ManagedDatabaseGroupSummary.Builder description(String description)
The information specified by the user about the Managed Database Group.
description
- the value to setpublic ManagedDatabaseGroupSummary.Builder managedDatabaseCount(Integer managedDatabaseCount)
The number of Managed Databases in the Managed Database Group.
managedDatabaseCount
- the value to setpublic ManagedDatabaseGroupSummary.Builder lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the Managed Database Group.
lifecycleState
- the value to setpublic ManagedDatabaseGroupSummary.Builder timeCreated(Date timeCreated)
The date and time the Managed Database Group was created.
timeCreated
- the value to setpublic ManagedDatabaseGroupSummary build()
public ManagedDatabaseGroupSummary.Builder copy(ManagedDatabaseGroupSummary model)
Copyright © 2016–2023. All rights reserved.