UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.body$(InputStream body) |
Alternative setter for the body parameter.
|
static UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.builder() |
Return a new builder for this request object.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.contentType(String contentType) |
The content type of the log data.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.copy(UploadOtlpLogsRequest o) |
Copy method to populate the builder with values from the given instance.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.expect(String expect) |
A value of 100-continue requests preliminary verification of the request method,
path, and headers before the request body is sent.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.logSet(String logSet) |
The log set that gets associated with the uploaded logs.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.namespaceName(String namespaceName) |
The Logging Analytics namespace used for the request.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.opcMetaLoggrpid(String opcMetaLoggrpid) |
The log group OCID to which the log data in this upload will be mapped to.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.opcMetaProperties(String opcMetaProperties) |
Metadata key and value pairs separated by a semicolon.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.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.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.toBuilder() |
|
UploadOtlpLogsRequest.Builder |
UploadOtlpLogsRequest.Builder.uploadOtlpLogsDetails(InputStream uploadOtlpLogsDetails) |
Accepts log data in OTLP JSON-encoded Protobuf format.
|