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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateNetworkDetailsbuild()UpdateNetworkDetails.Buildercopy(UpdateNetworkDetails model)UpdateNetworkDetails.BuilderisReaderEndpointEnabled(Boolean isReaderEndpointEnabled)Specifies if the reader endpoint is enabled on the dbSystem.UpdateNetworkDetails.BuildernsgIds(List<String> nsgIds)List of Network Security Group OCIDs associated with the database system.
 
- 
- 
- 
Method Detail- 
nsgIdspublic 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
 
 - 
isReaderEndpointEnabledpublic UpdateNetworkDetails.Builder isReaderEndpointEnabled(Boolean isReaderEndpointEnabled) Specifies if the reader endpoint is enabled on the dbSystem.- Parameters:
- isReaderEndpointEnabled- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateNetworkDetails build() 
 - 
copypublic UpdateNetworkDetails.Builder copy(UpdateNetworkDetails model) 
 
- 
 
-