GetSpanRequest.Builder |
GetSpanRequest.Builder.apmDomainId(String apmDomainId) |
The APM Domain ID for the intended request.
|
static GetSpanRequest.Builder |
GetSpanRequest.builder() |
Return a new builder for this request object.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.copy(GetSpanRequest o) |
Copy method to populate the builder with values from the given instance.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.spanKey(String spanKey) |
Unique Application Performance Monitoring span identifier (spanId).
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.spanNamespace(GetSpanRequest.SpanNamespace spanNamespace) |
Name space from which the span details need to be retrieved.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.timeSpanStartedGreaterThanOrEqualTo(Date timeSpanStartedGreaterThanOrEqualTo) |
Include spans that have a spanStartTime equal to or greater than this value.
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.timeSpanStartedLessThan(Date timeSpanStartedLessThan) |
Include spans that have a spanStartTimeless than this value.
|
GetSpanRequest.Builder |
GetSpanRequest.toBuilder() |
|
GetSpanRequest.Builder |
GetSpanRequest.Builder.traceKey(String traceKey) |
Unique Application Performance Monitoring trace identifier (traceId).
|