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