Package | Description |
---|---|
com.oracle.bmc.apmtraces.requests |
Modifier and Type | Method and Description |
---|---|
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
spanStartTime less than this value. |
GetSpanRequest.Builder |
GetSpanRequest.toBuilder()
Return an instance of
GetSpanRequest.Builder that allows you to modify request properties. |
GetSpanRequest.Builder |
GetSpanRequest.Builder.traceKey(String traceKey)
Unique Application Performance Monitoring trace identifier (traceId).
|
Copyright © 2016–2024. All rights reserved.