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