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