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