public static class FetchEntityLineageRequest.Builder extends Object implements BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FetchEntityLineageRequest.Builder |
body$(FetchEntityLineageDetails body)
Alternative setter for the body parameter.
|
FetchEntityLineageRequest |
build()
Build the instance of FetchEntityLineageRequest as configured by this builder
|
FetchEntityLineageRequest |
buildWithoutInvocationCallback()
Build the instance of FetchEntityLineageRequest as configured by this builder
|
FetchEntityLineageRequest.Builder |
catalogId(String catalogId)
Unique catalog identifier.
|
FetchEntityLineageRequest.Builder |
copy(FetchEntityLineageRequest o)
Copy method to populate the builder with values from the given instance.
|
FetchEntityLineageRequest.Builder |
dataAssetKey(String dataAssetKey)
Unique data asset key.
|
FetchEntityLineageRequest.Builder |
entityKey(String entityKey)
Unique entity key.
|
FetchEntityLineageRequest.Builder |
fetchEntityLineageDetails(FetchEntityLineageDetails fetchEntityLineageDetails)
The information needed to obtain desired lineage.
|
FetchEntityLineageRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
FetchEntityLineageRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
FetchEntityLineageRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
FetchEntityLineageRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
FetchEntityLineageRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
FetchEntityLineageRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
public FetchEntityLineageRequest.Builder catalogId(String catalogId)
Unique catalog identifier.
catalogId
- the value to setpublic FetchEntityLineageRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.
dataAssetKey
- the value to setpublic FetchEntityLineageRequest.Builder entityKey(String entityKey)
Unique entity key.
entityKey
- the value to setpublic FetchEntityLineageRequest.Builder fetchEntityLineageDetails(FetchEntityLineageDetails fetchEntityLineageDetails)
The information needed to obtain desired lineage.
fetchEntityLineageDetails
- the value to setpublic FetchEntityLineageRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic FetchEntityLineageRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic FetchEntityLineageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic FetchEntityLineageRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
if-match
parameter to the value of the etag from a previous GET or POST response
for that resource. The resource will be updated or deleted only if the etag you provide
matches the resource’s current etag value.
ifMatch
- the value to setpublic FetchEntityLineageRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic FetchEntityLineageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic FetchEntityLineageRequest.Builder copy(FetchEntityLineageRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
o
- other request from which to copy valuespublic FetchEntityLineageRequest build()
Build the instance of FetchEntityLineageRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
public FetchEntityLineageRequest.Builder body$(FetchEntityLineageDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
body
- the body parameterpublic FetchEntityLineageRequest buildWithoutInvocationCallback()
Build the instance of FetchEntityLineageRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.