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 Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OdaPrivateEndpointScanProxySummary.Builder id(String id)
The OCID of the ODA Private Endpoint Scan Proxy.- Parameters:
id
- the value to set- Returns:
- this builder
-
scanListenerType
public 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
-
protocol
public 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
-
scanListenerInfos
public 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
-
lifecycleState
public 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
-
timeCreated
public 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
-
build
public OdaPrivateEndpointScanProxySummary build()
-
copy
public OdaPrivateEndpointScanProxySummary.Builder copy(OdaPrivateEndpointScanProxySummary model)
-
-