Package com.oracle.bmc.integration.model
Class ChangePrivateEndpointOutboundConnectionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.integration.model.ChangePrivateEndpointOutboundConnectionDetails.Builder
-
- Enclosing class:
- ChangePrivateEndpointOutboundConnectionDetails
public static class ChangePrivateEndpointOutboundConnectionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionDetails
build()
ChangePrivateEndpointOutboundConnectionDetails.Builder
copy(ChangePrivateEndpointOutboundConnectionDetails model)
ChangePrivateEndpointOutboundConnectionDetails.Builder
privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection)
-
-
-
Method Detail
-
privateEndpointOutboundConnection
public ChangePrivateEndpointOutboundConnectionDetails.Builder privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection)
-
build
public ChangePrivateEndpointOutboundConnectionDetails build()
-
copy
public ChangePrivateEndpointOutboundConnectionDetails.Builder copy(ChangePrivateEndpointOutboundConnectionDetails model)
-
-