public static class ExternalDatabaseInstance.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalDatabaseInstance |
build() |
ExternalDatabaseInstance.Builder |
copy(ExternalDatabaseInstance model) |
ExternalDatabaseInstance.Builder |
hostName(String hostName)
The name of the host machine.
|
ExternalDatabaseInstance.Builder |
instanceName(String instanceName)
The name of the database instance.
|
ExternalDatabaseInstance.Builder |
instanceNumber(Integer instanceNumber)
The instance number of the database instance.
|
public ExternalDatabaseInstance.Builder instanceNumber(Integer instanceNumber)
The instance number of the database instance.
instanceNumber
- the value to setpublic ExternalDatabaseInstance.Builder instanceName(String instanceName)
The name of the database instance.
instanceName
- the value to setpublic ExternalDatabaseInstance.Builder hostName(String hostName)
The name of the host machine.
hostName
- the value to setpublic ExternalDatabaseInstance build()
public ExternalDatabaseInstance.Builder copy(ExternalDatabaseInstance model)
Copyright © 2016–2024. All rights reserved.