public static class GetTraceSnapshotRequest.Builder extends Object implements BmcRequest.Builder<GetTraceSnapshotRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetTraceSnapshotRequest.Builder |
apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.
|
GetTraceSnapshotRequest |
build()
Build the instance of GetTraceSnapshotRequest as configured by this builder
|
GetTraceSnapshotRequest |
buildWithoutInvocationCallback()
Build the instance of GetTraceSnapshotRequest as configured by this builder
|
GetTraceSnapshotRequest.Builder |
copy(GetTraceSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
|
GetTraceSnapshotRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetTraceSnapshotRequest.Builder |
isSummarized(Boolean isSummarized)
If enabled, only span level details are sent.
|
GetTraceSnapshotRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetTraceSnapshotRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetTraceSnapshotRequest.Builder |
snapshotTime(String snapshotTime)
Epoch time of snapshot.
|
GetTraceSnapshotRequest.Builder |
threadId(String threadId)
Thread ID for which snapshots need to be retrieved.
|
GetTraceSnapshotRequest.Builder |
traceKey(String traceKey)
Unique Application Performance Monitoring trace identifier (traceId).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetTraceSnapshotRequest.Builder apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.
apmDomainId
- the value to setpublic GetTraceSnapshotRequest.Builder traceKey(String traceKey)
Unique Application Performance Monitoring trace identifier (traceId).
traceKey
- the value to setpublic GetTraceSnapshotRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic GetTraceSnapshotRequest.Builder isSummarized(Boolean isSummarized)
If enabled, only span level details are sent.
isSummarized
- the value to setpublic GetTraceSnapshotRequest.Builder threadId(String threadId)
Thread ID for which snapshots need to be retrieved. This identifier of a thread is a long positive number generated when a thread is created.
threadId
- the value to setpublic GetTraceSnapshotRequest.Builder snapshotTime(String snapshotTime)
Epoch time of snapshot.
snapshotTime
- the value to setpublic GetTraceSnapshotRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic GetTraceSnapshotRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetTraceSnapshotRequest.Builder copy(GetTraceSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetTraceSnapshotRequest,Void>
o
- other request from which to copy valuespublic GetTraceSnapshotRequest build()
Build the instance of GetTraceSnapshotRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<GetTraceSnapshotRequest,Void>
public GetTraceSnapshotRequest buildWithoutInvocationCallback()
Build the instance of GetTraceSnapshotRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.