Package com.oracle.bmc.psql.model
Class UpdateNetworkDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.UpdateNetworkDetails.Builder
-
- Enclosing class:
- UpdateNetworkDetails
public static class UpdateNetworkDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNetworkDetails
build()
UpdateNetworkDetails.Builder
copy(UpdateNetworkDetails model)
UpdateNetworkDetails.Builder
isReaderEndpointEnabled(Boolean isReaderEndpointEnabled)
Specifies if the reader endpoint is enabled on the dbSystem.UpdateNetworkDetails.Builder
nsgIds(List<String> nsgIds)
List of Network Security Group OCIDs associated with the database system.
-
-
-
Method Detail
-
nsgIds
public UpdateNetworkDetails.Builder nsgIds(List<String> nsgIds)
List of Network Security Group OCIDs associated with the database system.- Parameters:
nsgIds
- the value to set- Returns:
- this builder
-
isReaderEndpointEnabled
public UpdateNetworkDetails.Builder isReaderEndpointEnabled(Boolean isReaderEndpointEnabled)
Specifies if the reader endpoint is enabled on the dbSystem.- Parameters:
isReaderEndpointEnabled
- the value to set- Returns:
- this builder
-
build
public UpdateNetworkDetails build()
-
copy
public UpdateNetworkDetails.Builder copy(UpdateNetworkDetails model)
-
-