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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FetchEntityLineageRequest.Builderbody$(FetchEntityLineageDetails body)Alternative setter for the body parameter.FetchEntityLineageRequestbuild()Build the instance of FetchEntityLineageRequest as configured by this builderFetchEntityLineageRequestbuildWithoutInvocationCallback()Build the instance of FetchEntityLineageRequest as configured by this builderFetchEntityLineageRequest.BuildercatalogId(String catalogId)Unique catalog identifier.FetchEntityLineageRequest.Buildercopy(FetchEntityLineageRequest o)Copy method to populate the builder with values from the given instance.FetchEntityLineageRequest.BuilderdataAssetKey(String dataAssetKey)Unique data asset key.FetchEntityLineageRequest.BuilderentityKey(String entityKey)Unique entity key.FetchEntityLineageRequest.BuilderfetchEntityLineageDetails(FetchEntityLineageDetails fetchEntityLineageDetails)The information needed to obtain desired lineage.FetchEntityLineageRequest.BuilderifMatch(String ifMatch)For optimistic concurrency control.FetchEntityLineageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.FetchEntityLineageRequest.Builderlimit(Integer limit)The maximum number of items to return.FetchEntityLineageRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.FetchEntityLineageRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.FetchEntityLineageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
catalogIdpublic FetchEntityLineageRequest.Builder catalogId(String catalogId) Unique catalog identifier.- Parameters:
- catalogId- the value to set
- Returns:
- this builder instance
 
 - 
dataAssetKeypublic FetchEntityLineageRequest.Builder dataAssetKey(String dataAssetKey) Unique data asset key.- Parameters:
- dataAssetKey- the value to set
- Returns:
- this builder instance
 
 - 
entityKeypublic FetchEntityLineageRequest.Builder entityKey(String entityKey) Unique entity key.- Parameters:
- entityKey- the value to set
- Returns:
- this builder instance
 
 - 
fetchEntityLineageDetailspublic FetchEntityLineageRequest.Builder fetchEntityLineageDetails(FetchEntityLineageDetails fetchEntityLineageDetails) The information needed to obtain desired lineage.- Parameters:
- fetchEntityLineageDetails- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic FetchEntityLineageRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic 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
 
 - 
opcRequestIdpublic FetchEntityLineageRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
ifMatchpublic 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
 
 - 
invocationCallbackpublic 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
 
 - 
retryConfigurationpublic 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
 
 - 
copypublic FetchEntityLineageRequest.Builder copy(FetchEntityLineageRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic 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:
- buildin interface- BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Returns:
- instance of FetchEntityLineageRequest
 
 - 
body$public FetchEntityLineageRequest.Builder body$(FetchEntityLineageDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<FetchEntityLineageRequest,FetchEntityLineageDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic 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
 
 
- 
 
-