public static class GetIPSecConnectionDeviceConfigRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetIPSecConnectionDeviceConfigRequest |
build()
Build the instance of GetIPSecConnectionDeviceConfigRequest as configured by this builder
|
GetIPSecConnectionDeviceConfigRequest |
buildWithoutInvocationCallback() |
GetIPSecConnectionDeviceConfigRequest.Builder |
copy(GetIPSecConnectionDeviceConfigRequest o)
Copy method to populate the builder with values from the given instance.
|
GetIPSecConnectionDeviceConfigRequest.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.
|
GetIPSecConnectionDeviceConfigRequest.Builder |
ipscId(String ipscId) |
GetIPSecConnectionDeviceConfigRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public GetIPSecConnectionDeviceConfigRequest.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 GetIPSecConnectionDeviceConfigRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetIPSecConnectionDeviceConfigRequest.Builder copy(GetIPSecConnectionDeviceConfigRequest o)
Copy method to populate the builder with values from the given instance.
public GetIPSecConnectionDeviceConfigRequest build()
Build the instance of GetIPSecConnectionDeviceConfigRequest 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 GetIPSecConnectionDeviceConfigRequest.Builder ipscId(String ipscId)
public GetIPSecConnectionDeviceConfigRequest buildWithoutInvocationCallback()
Copyright © 2016–2019. All rights reserved.