public static class GetIPSecConnectionTunnelRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetIPSecConnectionTunnelRequest |
build()
Build the instance of GetIPSecConnectionTunnelRequest as configured by this builder
|
GetIPSecConnectionTunnelRequest |
buildWithoutInvocationCallback() |
GetIPSecConnectionTunnelRequest.Builder |
copy(GetIPSecConnectionTunnelRequest o)
Copy method to populate the builder with values from the given instance.
|
GetIPSecConnectionTunnelRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
GetIPSecConnectionTunnelRequest.Builder |
ipscId(String ipscId) |
GetIPSecConnectionTunnelRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
GetIPSecConnectionTunnelRequest.Builder |
tunnelId(String tunnelId) |
public GetIPSecConnectionTunnelRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetIPSecConnectionTunnelRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetIPSecConnectionTunnelRequest.Builder copy(GetIPSecConnectionTunnelRequest o)
Copy method to populate the builder with values from the given instance.
public GetIPSecConnectionTunnelRequest build()
Build the instance of GetIPSecConnectionTunnelRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account, while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
public GetIPSecConnectionTunnelRequest.Builder ipscId(String ipscId)
public GetIPSecConnectionTunnelRequest.Builder tunnelId(String tunnelId)
public GetIPSecConnectionTunnelRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.