Class GetQueryResultRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.requests.GetQueryResultRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<GetQueryResultRequest,Void>
 - Enclosing class:
- GetQueryResultRequest
 
 public static class GetQueryResultRequest.Builder extends Object implements BmcRequest.Builder<GetQueryResultRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GetQueryResultRequestbuild()Build the instance of GetQueryResultRequest as configured by this builderGetQueryResultRequestbuildWithoutInvocationCallback()Build the instance of GetQueryResultRequest as configured by this builderGetQueryResultRequest.Buildercopy(GetQueryResultRequest o)Copy method to populate the builder with values from the given instance.GetQueryResultRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetQueryResultRequest.Builderlimit(Integer limit)Maximum number of results to return in this request.GetQueryResultRequest.BuildernamespaceName(String namespaceName)The Logging Analytics namespace used for the request.GetQueryResultRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.GetQueryResultRequest.BuilderoutputMode(GetQueryResultRequest.OutputMode outputMode)Specifies the format for the returned results.GetQueryResultRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.GetQueryResultRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetQueryResultRequest.BuildershouldIncludeColumns(Boolean shouldIncludeColumns)Include columns in responseGetQueryResultRequest.BuildershouldIncludeFields(Boolean shouldIncludeFields)Include fields in responseGetQueryResultRequest.BuilderworkRequestId(String workRequestId)Work Request Identifier [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
namespaceNamepublic GetQueryResultRequest.Builder namespaceName(String namespaceName) The Logging Analytics namespace used for the request.- Parameters:
- namespaceName- the value to set
- Returns:
- this builder instance
 
 - 
workRequestIdpublic GetQueryResultRequest.Builder workRequestId(String workRequestId) Work Request Identifier [OCID] (https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.- Parameters:
- workRequestId- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic GetQueryResultRequest.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
 
 - 
limitpublic GetQueryResultRequest.Builder limit(Integer limit) Maximum number of results to return in this request.Note a limit=-1 returns all results from pageId onwards up to maxtotalCount. - Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic GetQueryResultRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
shouldIncludeColumnspublic GetQueryResultRequest.Builder shouldIncludeColumns(Boolean shouldIncludeColumns) Include columns in response- Parameters:
- shouldIncludeColumns- the value to set
- Returns:
- this builder instance
 
 - 
shouldIncludeFieldspublic GetQueryResultRequest.Builder shouldIncludeFields(Boolean shouldIncludeFields) Include fields in response- Parameters:
- shouldIncludeFields- the value to set
- Returns:
- this builder instance
 
 - 
outputModepublic GetQueryResultRequest.Builder outputMode(GetQueryResultRequest.OutputMode outputMode) Specifies the format for the returned results.- Parameters:
- outputMode- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic GetQueryResultRequest.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 GetQueryResultRequest.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 GetQueryResultRequest.Builder copy(GetQueryResultRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<GetQueryResultRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic GetQueryResultRequest build() Build the instance of GetQueryResultRequest 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<GetQueryResultRequest,Void>
- Returns:
- instance of GetQueryResultRequest
 
 - 
buildWithoutInvocationCallbackpublic GetQueryResultRequest buildWithoutInvocationCallback() Build the instance of GetQueryResultRequest 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 GetQueryResultRequest
 
 
- 
 
-