Class CloudClusterNetworkConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.CloudClusterNetworkConfiguration.Builder
-
- Enclosing class:
- CloudClusterNetworkConfiguration
public static class CloudClusterNetworkConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudClusterNetworkConfiguration
build()
CloudClusterNetworkConfiguration.Builder
copy(CloudClusterNetworkConfiguration model)
CloudClusterNetworkConfiguration.Builder
networkNumber(Integer networkNumber)
The network number.CloudClusterNetworkConfiguration.Builder
networkType(CloudClusterNetworkConfiguration.NetworkType networkType)
The network type.CloudClusterNetworkConfiguration.Builder
subnet(String subnet)
The subnet for the network.
-
-
-
Method Detail
-
networkNumber
public CloudClusterNetworkConfiguration.Builder networkNumber(Integer networkNumber)
The network number.- Parameters:
networkNumber
- the value to set- Returns:
- this builder
-
networkType
public CloudClusterNetworkConfiguration.Builder networkType(CloudClusterNetworkConfiguration.NetworkType networkType)
The network type.- Parameters:
networkType
- the value to set- Returns:
- this builder
-
subnet
public CloudClusterNetworkConfiguration.Builder subnet(String subnet)
The subnet for the network.- Parameters:
subnet
- the value to set- Returns:
- this builder
-
build
public CloudClusterNetworkConfiguration build()
-
copy
public CloudClusterNetworkConfiguration.Builder copy(CloudClusterNetworkConfiguration model)
-
-