public static class ParseQueryRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails>
| Modifier and Type | Method and Description |
|---|---|
ParseQueryRequest.Builder |
body$(ParseQueryDetails body)
Alternative setter for the body parameter.
|
ParseQueryRequest |
build()
Build the instance of ParseQueryRequest as configured by this builder
|
ParseQueryRequest |
buildWithoutInvocationCallback() |
ParseQueryRequest.Builder |
copy(ParseQueryRequest o)
Copy method to populate the builder with values from the given instance.
|
ParseQueryRequest.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.
|
ParseQueryRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ParseQueryRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ParseQueryRequest.Builder |
parseQueryDetails(ParseQueryDetails parseQueryDetails)
Query string to be parsed
|
ParseQueryRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
String |
toString() |
public ParseQueryRequest.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 ParseQueryRequest.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 ParseQueryRequest.Builder copy(ParseQueryRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails>public ParseQueryRequest build()
Build the instance of ParseQueryRequest 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<ParseQueryRequest,ParseQueryDetails>public ParseQueryRequest.Builder body$(ParseQueryDetails body)
Alternative setter for the body parameter.
body$ in interface com.oracle.bmc.requests.BmcRequest.Builder<ParseQueryRequest,ParseQueryDetails>body - the body parameterpublic ParseQueryRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ParseQueryRequest.Builder parseQueryDetails(ParseQueryDetails parseQueryDetails)
Query string to be parsed
this.public ParseQueryRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ParseQueryRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.