Package | Description |
---|---|
com.oracle.bmc.loganalytics.requests |
Modifier and Type | Method and Description |
---|---|
static CleanRequest.Builder |
CleanRequest.builder()
Return a new builder for this request object.
|
CleanRequest.Builder |
CleanRequest.Builder.copy(CleanRequest o)
Copy method to populate the builder with values from the given instance.
|
CleanRequest.Builder |
CleanRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
CleanRequest.Builder |
CleanRequest.Builder.namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
CleanRequest.Builder |
CleanRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
CleanRequest.Builder |
CleanRequest.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.
|
CleanRequest.Builder |
CleanRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
CleanRequest.Builder |
CleanRequest.Builder.scheduledTaskId(String scheduledTaskId)
Unique scheduledTask id returned from task create.
|
CleanRequest.Builder |
CleanRequest.Builder.timeEnd(Date timeEnd)
Optional parameter to specify end of time range, in the format defined by RFC3339.
|
CleanRequest.Builder |
CleanRequest.Builder.timeStart(Date timeStart)
Optional parameter to specify start of time range, in the format defined by RFC3339.
|
CleanRequest.Builder |
CleanRequest.toBuilder()
Return an instance of
CleanRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.