public static class GetQueryResultRequest.Builder extends Object implements BmcRequest.Builder<GetQueryResultRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetQueryResultRequest |
build()
Build the instance of GetQueryResultRequest as configured by this builder
|
GetQueryResultRequest |
buildWithoutInvocationCallback()
Build the instance of GetQueryResultRequest as configured by this builder
|
GetQueryResultRequest.Builder |
copy(GetQueryResultRequest o)
Copy method to populate the builder with values from the given instance.
|
GetQueryResultRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetQueryResultRequest.Builder |
limit(Integer limit)
Maximum number of results to return in this request.
|
GetQueryResultRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
GetQueryResultRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
GetQueryResultRequest.Builder |
outputMode(GetQueryResultRequest.OutputMode outputMode)
Specifies the format for the returned results.
|
GetQueryResultRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
GetQueryResultRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetQueryResultRequest.Builder |
shouldIncludeColumns(Boolean shouldIncludeColumns)
Include columns in response
|
GetQueryResultRequest.Builder |
shouldIncludeFields(Boolean shouldIncludeFields)
Include fields in response
|
GetQueryResultRequest.Builder |
workRequestId(String workRequestId)
Work Request Identifier [OCID]
(https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the
asynchronous request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetQueryResultRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic GetQueryResultRequest.Builder workRequestId(String workRequestId)
Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
workRequestId
- the value to setpublic 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.
page
- the value to setpublic 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.
limit
- the value to setpublic GetQueryResultRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic GetQueryResultRequest.Builder shouldIncludeColumns(Boolean shouldIncludeColumns)
Include columns in response
shouldIncludeColumns
- the value to setpublic GetQueryResultRequest.Builder shouldIncludeFields(Boolean shouldIncludeFields)
Include fields in response
shouldIncludeFields
- the value to setpublic GetQueryResultRequest.Builder outputMode(GetQueryResultRequest.OutputMode outputMode)
Specifies the format for the returned results.
outputMode
- the value to setpublic GetQueryResultRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetQueryResultRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetQueryResultRequest.Builder copy(GetQueryResultRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetQueryResultRequest,Void>
o
- other request from which to copy valuespublic GetQueryResultRequest build()
Build the instance of GetQueryResultRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetQueryResultRequest,Void>
public GetQueryResultRequest buildWithoutInvocationCallback()
Build the instance of GetQueryResultRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.