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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePrivateEndpointOutboundConnectionDetailsbuild()ChangePrivateEndpointOutboundConnectionDetails.Buildercopy(ChangePrivateEndpointOutboundConnectionDetails model)ChangePrivateEndpointOutboundConnectionDetails.BuilderprivateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection)
 
- 
- 
- 
Method Detail- 
privateEndpointOutboundConnectionpublic ChangePrivateEndpointOutboundConnectionDetails.Builder privateEndpointOutboundConnection(OutboundConnection privateEndpointOutboundConnection) 
 - 
buildpublic ChangePrivateEndpointOutboundConnectionDetails build() 
 - 
copypublic ChangePrivateEndpointOutboundConnectionDetails.Builder copy(ChangePrivateEndpointOutboundConnectionDetails model) 
 
- 
 
-