Uses of Class
com.oracle.bmc.core.requests.GetVlanRequest.Builder
-
Packages that use GetVlanRequest.Builder Package Description com.oracle.bmc.core.requests -
-
Uses of GetVlanRequest.Builder in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetVlanRequest.Builder Modifier and Type Method Description static GetVlanRequest.Builder
GetVlanRequest. builder()
Return a new builder for this request object.GetVlanRequest.Builder
GetVlanRequest.Builder. copy(GetVlanRequest o)
Copy method to populate the builder with values from the given instance.GetVlanRequest.Builder
GetVlanRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.GetVlanRequest.Builder
GetVlanRequest.Builder. opcRequestId(String opcRequestId)
Unique identifier for the request.GetVlanRequest.Builder
GetVlanRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.GetVlanRequest.Builder
GetVlanRequest. toBuilder()
Return an instance ofGetVlanRequest.Builder
that allows you to modify request properties.GetVlanRequest.Builder
GetVlanRequest.Builder. vlanId(String vlanId)
The OCID of the VLAN.
-