public static class QueryRequest.Builder extends Object implements BmcRequest.Builder<QueryRequest,QueryDetails>
Modifier and Type | Method and Description |
---|---|
QueryRequest.Builder |
apmDomainId(String apmDomainId)
The APM Domain ID the request is intended for.
|
QueryRequest.Builder |
body$(QueryDetails body)
Alternative setter for the body parameter.
|
QueryRequest |
build()
Build the instance of QueryRequest as configured by this builder
|
QueryRequest |
buildWithoutInvocationCallback() |
QueryRequest.Builder |
copy(QueryRequest o)
Copy method to populate the builder with values from the given instance.
|
QueryRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
QueryRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
QueryRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
QueryRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
QueryRequest.Builder |
queryDetails(QueryDetails queryDetails)
Request body containing the query to be run against the trace data and to filter and
retrieve trace data results.
|
QueryRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
QueryRequest.Builder |
timeSpanStartedGreaterThanOrEqualTo(Date timeSpanStartedGreaterThanOrEqualTo)
Include spans that have a
spanStartTime equal to or greater than this value. |
QueryRequest.Builder |
timeSpanStartedLessThan(Date timeSpanStartedLessThan)
Include spans that have a
spanStartTime less than this value. |
String |
toString() |
public QueryRequest.Builder invocationCallback(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 QueryRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic QueryRequest.Builder copy(QueryRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<QueryRequest,QueryDetails>
o
- other request from which to copy valuespublic QueryRequest build()
Build the instance of QueryRequest 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 BmcRequest.Builder<QueryRequest,QueryDetails>
public QueryRequest.Builder body$(QueryDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<QueryRequest,QueryDetails>
body
- the body parameterpublic QueryRequest.Builder apmDomainId(String apmDomainId)
The APM Domain ID the request is intended for.
this
.public QueryRequest.Builder timeSpanStartedGreaterThanOrEqualTo(Date timeSpanStartedGreaterThanOrEqualTo)
Include spans that have a spanStartTime
equal to or greater than this value.
this
.public QueryRequest.Builder timeSpanStartedLessThan(Date timeSpanStartedLessThan)
Include spans that have a spanStartTime
less than this value.
this
.public QueryRequest.Builder queryDetails(QueryDetails queryDetails)
Request body containing the query to be run against the trace data and to filter and retrieve trace data results.
this
.public QueryRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
this
.public QueryRequest.Builder limit(Integer limit)
The maximum number of items to return.
this
.public QueryRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous response.
this
.public QueryRequest buildWithoutInvocationCallback()
Copyright © 2016–2022. All rights reserved.