public static class InstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InstanceDetails |
build() |
InstanceDetails.Builder |
copy(InstanceDetails model) |
InstanceDetails.Builder |
hostName(String hostName)
The name of the host of the Oracle RAC database instance.
|
InstanceDetails.Builder |
id(Integer id)
The ID of the Oracle RAC database instance.
|
InstanceDetails.Builder |
name(String name)
The name of the Oracle RAC database instance.
|
InstanceDetails.Builder |
status(InstanceDetails.Status status)
The status of the Oracle RAC database instance.
|
public InstanceDetails.Builder id(Integer id)
The ID of the Oracle RAC database instance.
id
- the value to setpublic InstanceDetails.Builder name(String name)
The name of the Oracle RAC database instance.
name
- the value to setpublic InstanceDetails.Builder hostName(String hostName)
The name of the host of the Oracle RAC database instance.
hostName
- the value to setpublic InstanceDetails.Builder status(InstanceDetails.Status status)
The status of the Oracle RAC database instance.
status
- the value to setpublic InstanceDetails build()
public InstanceDetails.Builder copy(InstanceDetails model)
Copyright © 2016–2024. All rights reserved.