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