Package com.oracle.bmc.database.model
Class CreateApplicationVipDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.CreateApplicationVipDetails.Builder
 
- 
- Enclosing class:
- CreateApplicationVipDetails
 
 public static class CreateApplicationVipDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApplicationVipDetailsbuild()CreateApplicationVipDetails.BuildercloudVmClusterId(String cloudVmClusterId)The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.CreateApplicationVipDetails.Buildercopy(CreateApplicationVipDetails model)CreateApplicationVipDetails.BuilderdbNodeId(String dbNodeId)The OCID of the DB node associated with the application virtual IP (VIP) address.CreateApplicationVipDetails.BuilderhostnameLabel(String hostnameLabel)The hostname of the application virtual IP (VIP) address.CreateApplicationVipDetails.BuilderipAddress(String ipAddress)The application virtual IP (VIP) IPv4 address.CreateApplicationVipDetails.Builderipv6Address(String ipv6Address)The application virtual IP (VIP) IPv6 address.CreateApplicationVipDetails.BuildersubnetId(String subnetId)The OCID of the subnet associated with the application virtual IP (VIP) address.
 
- 
- 
- 
Method Detail- 
hostnameLabelpublic CreateApplicationVipDetails.Builder hostnameLabel(String hostnameLabel) The hostname of the application virtual IP (VIP) address.- Parameters:
- hostnameLabel- the value to set
- Returns:
- this builder
 
 - 
dbNodeIdpublic CreateApplicationVipDetails.Builder dbNodeId(String dbNodeId) The OCID of the DB node associated with the application virtual IP (VIP) address.- Parameters:
- dbNodeId- the value to set
- Returns:
- this builder
 
 - 
cloudVmClusterIdpublic CreateApplicationVipDetails.Builder cloudVmClusterId(String cloudVmClusterId) The OCID of the cloud VM cluster associated with the application virtual IP (VIP) address.- Parameters:
- cloudVmClusterId- the value to set
- Returns:
- this builder
 
 - 
subnetIdpublic CreateApplicationVipDetails.Builder subnetId(String subnetId) The OCID of the subnet associated with the application virtual IP (VIP) address.- Parameters:
- subnetId- the value to set
- Returns:
- this builder
 
 - 
ipAddresspublic CreateApplicationVipDetails.Builder ipAddress(String ipAddress) The application virtual IP (VIP) IPv4 address.- Parameters:
- ipAddress- the value to set
- Returns:
- this builder
 
 - 
ipv6Addresspublic CreateApplicationVipDetails.Builder ipv6Address(String ipv6Address) The application virtual IP (VIP) IPv6 address.- Parameters:
- ipv6Address- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateApplicationVipDetails build() 
 - 
copypublic CreateApplicationVipDetails.Builder copy(CreateApplicationVipDetails model) 
 
- 
 
-