public static class GetQueryResultRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<GetQueryResultRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
GetQueryResultRequest |
build()
Build the instance of GetQueryResultRequest as configured by this builder
|
GetQueryResultRequest |
buildWithoutInvocationCallback() |
GetQueryResultRequest.Builder |
copy(GetQueryResultRequest o)
Copy method to populate the builder with values from the given instance.
|
GetQueryResultRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> 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(com.oracle.bmc.retrier.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
|
String |
toString() |
GetQueryResultRequest.Builder |
workRequestId(String workRequestId)
Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
|
public GetQueryResultRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback - the invocation callback to be set for the requestpublic GetQueryResultRequest.Builder retryConfiguration(com.oracle.bmc.retrier.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 com.oracle.bmc.requests.BmcRequest.Builder<GetQueryResultRequest,Void>public GetQueryResultRequest build()
Build the instance of GetQueryResultRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer) into account,
while the method buildWithoutInvocationCallback() does not.
This is the preferred method to build an instance.
build in interface com.oracle.bmc.requests.BmcRequest.Builder<GetQueryResultRequest,Void>public GetQueryResultRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public GetQueryResultRequest.Builder workRequestId(String workRequestId)
Work Request Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the asynchronous request.
this.public 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.
this.public 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.
this.public GetQueryResultRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public GetQueryResultRequest.Builder shouldIncludeColumns(Boolean shouldIncludeColumns)
Include columns in response
this.public GetQueryResultRequest.Builder shouldIncludeFields(Boolean shouldIncludeFields)
Include fields in response
this.public GetQueryResultRequest.Builder outputMode(GetQueryResultRequest.OutputMode outputMode)
Specifies the format for the returned results.
this.public GetQueryResultRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.