Class ParseQueryRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.requests.ParseQueryRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails>
 - Enclosing class:
- ParseQueryRequest
 
 public static class ParseQueryRequest.Builder extends Object implements BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ParseQueryRequest.Builderbody$(ParseQueryDetails body)Alternative setter for the body parameter.ParseQueryRequestbuild()Build the instance of ParseQueryRequest as configured by this builderParseQueryRequestbuildWithoutInvocationCallback()Build the instance of ParseQueryRequest as configured by this builderParseQueryRequest.Buildercopy(ParseQueryRequest o)Copy method to populate the builder with values from the given instance.ParseQueryRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ParseQueryRequest.BuildernamespaceName(String namespaceName)The Logging Analytics namespace used for the request.ParseQueryRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ParseQueryRequest.BuilderparseQueryDetails(ParseQueryDetails parseQueryDetails)Query string to be parsedParseQueryRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.
 
- 
- 
- 
Method Detail- 
namespaceNamepublic ParseQueryRequest.Builder namespaceName(String namespaceName) The Logging Analytics namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
parseQueryDetailspublic ParseQueryRequest.Builder parseQueryDetails(ParseQueryDetails parseQueryDetails) Query string to be parsed- Parameters:
- parseQueryDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ParseQueryRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ParseQueryRequest.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 ParseQueryRequest.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 ParseQueryRequest.Builder copy(ParseQueryRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ParseQueryRequest build() Build the instance of ParseQueryRequest 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<ParseQueryRequest,ParseQueryDetails>
- Returns:
- instance of ParseQueryRequest
 
 - 
body$public ParseQueryRequest.Builder body$(ParseQueryDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic ParseQueryRequest buildWithoutInvocationCallback() Build the instance of ParseQueryRequest 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 ParseQueryRequest
 
 
- 
 
-