GetLogRequest.Builder |
GetLogRequest.Builder.apmDomainId(String apmDomainId) |
The APM Domain ID for the intended request.
|
static GetLogRequest.Builder |
GetLogRequest.builder() |
Return a new builder for this request object.
|
GetLogRequest.Builder |
GetLogRequest.Builder.copy(GetLogRequest o) |
Copy method to populate the builder with values from the given instance.
|
GetLogRequest.Builder |
GetLogRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
GetLogRequest.Builder |
GetLogRequest.Builder.logKey(String logKey) |
Log key.
|
GetLogRequest.Builder |
GetLogRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
GetLogRequest.Builder |
GetLogRequest.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.
|
GetLogRequest.Builder |
GetLogRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
GetLogRequest.Builder |
GetLogRequest.Builder.timeLogEndedLessThan(Date timeLogEndedLessThan) |
Include logs with log time less than this value.
|
GetLogRequest.Builder |
GetLogRequest.Builder.timeLogStartedGreaterThanOrEqualTo(Date timeLogStartedGreaterThanOrEqualTo) |
Include logs with log time equal to or greater than this value.
|
GetLogRequest.Builder |
GetLogRequest.toBuilder() |
|