Package com.oracle.bmc.oda.model
Class OdaPrivateEndpointScanProxy.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.OdaPrivateEndpointScanProxy.Builder
 
- 
- Enclosing class:
- OdaPrivateEndpointScanProxy
 
 public static class OdaPrivateEndpointScanProxy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OdaPrivateEndpointScanProxybuild()OdaPrivateEndpointScanProxy.Buildercopy(OdaPrivateEndpointScanProxy model)OdaPrivateEndpointScanProxy.Builderid(String id)The OCID of the ODA Private Endpoint Scan Proxy.OdaPrivateEndpointScanProxy.BuilderlifecycleState(OdaPrivateEndpointScanProxy.LifecycleState lifecycleState)The current state of the ODA Private Endpoint Scan Proxy.OdaPrivateEndpointScanProxy.Builderprotocol(OdaPrivateEndpointScanProxy.Protocol protocol)The protocol used for communication between client, scanProxy and RAC’s scan listenersOdaPrivateEndpointScanProxy.BuilderscanListenerInfos(List<ScanListenerInfo> scanListenerInfos)The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.OdaPrivateEndpointScanProxy.BuilderscanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType)Type indicating whether Scan listener is specified by its FQDN or list of IPsOdaPrivateEndpointScanProxy.BuildertimeCreated(Date timeCreated)When the resource was created.
 
- 
- 
- 
Method Detail- 
idpublic OdaPrivateEndpointScanProxy.Builder id(String id) The OCID of the ODA Private Endpoint Scan Proxy.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
scanListenerTypepublic OdaPrivateEndpointScanProxy.Builder scanListenerType(OdaPrivateEndpointScanProxy.ScanListenerType scanListenerType) Type indicating whether Scan listener is specified by its FQDN or list of IPs- Parameters:
- scanListenerType- the value to set
- Returns:
- this builder
 
 - 
protocolpublic OdaPrivateEndpointScanProxy.Builder protocol(OdaPrivateEndpointScanProxy.Protocol protocol) The protocol used for communication between client, scanProxy and RAC’s scan listeners- Parameters:
- protocol- the value to set
- Returns:
- this builder
 
 - 
scanListenerInfospublic OdaPrivateEndpointScanProxy.Builder scanListenerInfos(List<ScanListenerInfo> scanListenerInfos) The FQDN/IPs and port information of customer’s Real Application Cluster (RAC)’s SCAN listeners.- Parameters:
- scanListenerInfos- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic OdaPrivateEndpointScanProxy.Builder lifecycleState(OdaPrivateEndpointScanProxy.LifecycleState lifecycleState) The current state of the ODA Private Endpoint Scan Proxy.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OdaPrivateEndpointScanProxy.Builder timeCreated(Date timeCreated) When the resource was created.A date-time string as described in RFC 3339, section 14.29. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
buildpublic OdaPrivateEndpointScanProxy build() 
 - 
copypublic OdaPrivateEndpointScanProxy.Builder copy(OdaPrivateEndpointScanProxy model) 
 
- 
 
-