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