public static class CreateDbInstanceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDbInstanceDetails |
build() |
CreateDbInstanceDetails.Builder |
copy(CreateDbInstanceDetails model) |
CreateDbInstanceDetails.Builder |
description(String description)
A user-provided description of the database instance node.
|
CreateDbInstanceDetails.Builder |
displayName(String displayName)
Display name of the database instance node.
|
CreateDbInstanceDetails.Builder |
privateIp(String privateIp)
Private IP in customer subnet that will be assigned to the database instance node.
|
public CreateDbInstanceDetails.Builder displayName(String displayName)
Display name of the database instance node. Avoid entering confidential information.
displayName
- the value to setpublic CreateDbInstanceDetails.Builder description(String description)
A user-provided description of the database instance node.
description
- the value to setpublic CreateDbInstanceDetails.Builder privateIp(String privateIp)
Private IP in customer subnet that will be assigned to the database instance node. This value is optional. If the IP is not provided, the IP will be chosen from the available IP addresses in the specified subnet.
privateIp
- the value to setpublic CreateDbInstanceDetails build()
public CreateDbInstanceDetails.Builder copy(CreateDbInstanceDetails model)
Copyright © 2016–2024. All rights reserved.