| Package | Description |
|---|---|
| com.oracle.bmc.loganalytics.requests |
| Modifier and Type | Method and Description |
|---|---|
static RunRequest.Builder |
RunRequest.builder() |
RunRequest.Builder |
RunRequest.Builder.copy(RunRequest o)
Copy method to populate the builder with values from the given instance.
|
RunRequest.Builder |
RunRequest.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.
|
RunRequest.Builder |
RunRequest.Builder.namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
RunRequest.Builder |
RunRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
RunRequest.Builder |
RunRequest.Builder.opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
RunRequest.Builder |
RunRequest.Builder.retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
RunRequest.Builder |
RunRequest.Builder.scheduledTaskId(String scheduledTaskId)
Unique scheduledTask id returned from task create.
|
RunRequest.Builder |
RunRequest.Builder.timeEnd(Date timeEnd)
Optional parameter to specify end of time range, in the format defined by RFC3339.
|
RunRequest.Builder |
RunRequest.Builder.timeStart(Date timeStart)
Optional parameter to specify start of time range, in the format defined by RFC3339.
|
Copyright © 2016–2021. All rights reserved.