Class BatchDetectLanguagePiiEntitiesRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.ailanguage.requests.BatchDetectLanguagePiiEntitiesRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<BatchDetectLanguagePiiEntitiesRequest,BatchDetectLanguagePiiEntitiesDetails>
 - Enclosing class:
- BatchDetectLanguagePiiEntitiesRequest
 
 public static class BatchDetectLanguagePiiEntitiesRequest.Builder extends Object implements BmcRequest.Builder<BatchDetectLanguagePiiEntitiesRequest,BatchDetectLanguagePiiEntitiesDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchDetectLanguagePiiEntitiesRequest.BuilderbatchDetectLanguagePiiEntitiesDetails(BatchDetectLanguagePiiEntitiesDetails batchDetectLanguagePiiEntitiesDetails)The details to make a PII entity detect call.BatchDetectLanguagePiiEntitiesRequest.Builderbody$(BatchDetectLanguagePiiEntitiesDetails body)Alternative setter for the body parameter.BatchDetectLanguagePiiEntitiesRequestbuild()Build the instance of BatchDetectLanguagePiiEntitiesRequest as configured by this builderBatchDetectLanguagePiiEntitiesRequestbuildWithoutInvocationCallback()Build the instance of BatchDetectLanguagePiiEntitiesRequest as configured by this builderBatchDetectLanguagePiiEntitiesRequest.Buildercopy(BatchDetectLanguagePiiEntitiesRequest o)Copy method to populate the builder with values from the given instance.BatchDetectLanguagePiiEntitiesRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.BatchDetectLanguagePiiEntitiesRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.BatchDetectLanguagePiiEntitiesRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
batchDetectLanguagePiiEntitiesDetailspublic BatchDetectLanguagePiiEntitiesRequest.Builder batchDetectLanguagePiiEntitiesDetails(BatchDetectLanguagePiiEntitiesDetails batchDetectLanguagePiiEntitiesDetails) The details to make a PII entity detect call.- Parameters:
- batchDetectLanguagePiiEntitiesDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic BatchDetectLanguagePiiEntitiesRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic BatchDetectLanguagePiiEntitiesRequest.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 BatchDetectLanguagePiiEntitiesRequest.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 BatchDetectLanguagePiiEntitiesRequest.Builder copy(BatchDetectLanguagePiiEntitiesRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<BatchDetectLanguagePiiEntitiesRequest,BatchDetectLanguagePiiEntitiesDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic BatchDetectLanguagePiiEntitiesRequest build() Build the instance of BatchDetectLanguagePiiEntitiesRequest 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<BatchDetectLanguagePiiEntitiesRequest,BatchDetectLanguagePiiEntitiesDetails>
- Returns:
- instance of BatchDetectLanguagePiiEntitiesRequest
 
 - 
body$public BatchDetectLanguagePiiEntitiesRequest.Builder body$(BatchDetectLanguagePiiEntitiesDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<BatchDetectLanguagePiiEntitiesRequest,BatchDetectLanguagePiiEntitiesDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic BatchDetectLanguagePiiEntitiesRequest buildWithoutInvocationCallback() Build the instance of BatchDetectLanguagePiiEntitiesRequest 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 BatchDetectLanguagePiiEntitiesRequest
 
 
- 
 
-