Package com.oracle.bmc.oda.model
Class OdaPrivateEndpointScanProxySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.OdaPrivateEndpointScanProxySummary.Builder
 
- 
- Enclosing class:
- OdaPrivateEndpointScanProxySummary
 
 public static class OdaPrivateEndpointScanProxySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OdaPrivateEndpointScanProxySummary.Builder id(String id) The OCID of the ODA Private Endpoint Scan Proxy.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
scanListenerTypepublic OdaPrivateEndpointScanProxySummary.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 OdaPrivateEndpointScanProxySummary.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 OdaPrivateEndpointScanProxySummary.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 OdaPrivateEndpointScanProxySummary.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 OdaPrivateEndpointScanProxySummary.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 OdaPrivateEndpointScanProxySummary build() 
 - 
copypublic OdaPrivateEndpointScanProxySummary.Builder copy(OdaPrivateEndpointScanProxySummary model) 
 
- 
 
-