Class FetchEntityLineageRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.requests.FetchEntityLineageRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Enclosing class:
- FetchEntityLineageRequest
public static class FetchEntityLineageRequest.Builder extends Object implements BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchEntityLineageRequest.Builder
body$(FetchEntityLineageDetails body)
Alternative setter for the body parameter.FetchEntityLineageRequest
build()
Build the instance of FetchEntityLineageRequest as configured by this builderFetchEntityLineageRequest
buildWithoutInvocationCallback()
Build the instance of FetchEntityLineageRequest as configured by this builderFetchEntityLineageRequest.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.
-
-
-
Method Detail
-
catalogId
public FetchEntityLineageRequest.Builder catalogId(String catalogId)
Unique catalog identifier.- Parameters:
catalogId
- the value to set- Returns:
- this builder instance
-
dataAssetKey
public FetchEntityLineageRequest.Builder dataAssetKey(String dataAssetKey)
Unique data asset key.- Parameters:
dataAssetKey
- the value to set- Returns:
- this builder instance
-
entityKey
public FetchEntityLineageRequest.Builder entityKey(String entityKey)
Unique entity key.- Parameters:
entityKey
- the value to set- Returns:
- this builder instance
-
fetchEntityLineageDetails
public FetchEntityLineageRequest.Builder fetchEntityLineageDetails(FetchEntityLineageDetails fetchEntityLineageDetails)
The information needed to obtain desired lineage.- Parameters:
fetchEntityLineageDetails
- the value to set- Returns:
- this builder instance
-
limit
public FetchEntityLineageRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public 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.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
opcRequestId
public FetchEntityLineageRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
ifMatch
public 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.
- Parameters:
ifMatch
- the value to set- Returns:
- this builder instance
-
invocationCallback
public FetchEntityLineageRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public FetchEntityLineageRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public FetchEntityLineageRequest.Builder copy(FetchEntityLineageRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public FetchEntityLineageRequest build()
Build the instance of FetchEntityLineageRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Returns:
- instance of FetchEntityLineageRequest
-
body$
public FetchEntityLineageRequest.Builder body$(FetchEntityLineageDetails body)
Alternative setter for the body parameter.- Specified by:
body$
in interfaceBmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Parameters:
body
- the body parameter- Returns:
- this builder instance
-
buildWithoutInvocationCallback
public FetchEntityLineageRequest buildWithoutInvocationCallback()
Build the instance of FetchEntityLineageRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of FetchEntityLineageRequest
-
-