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