public static class GetAggregatedSnapshotRequest.Builder extends Object implements BmcRequest.Builder<GetAggregatedSnapshotRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetAggregatedSnapshotRequest.Builder |
apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.
|
GetAggregatedSnapshotRequest |
build()
Build the instance of GetAggregatedSnapshotRequest as configured by this builder
|
GetAggregatedSnapshotRequest |
buildWithoutInvocationCallback()
Build the instance of GetAggregatedSnapshotRequest as configured by this builder
|
GetAggregatedSnapshotRequest.Builder |
copy(GetAggregatedSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
|
GetAggregatedSnapshotRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
GetAggregatedSnapshotRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
GetAggregatedSnapshotRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
GetAggregatedSnapshotRequest.Builder |
serverName(String serverName)
Name of the server.
|
GetAggregatedSnapshotRequest.Builder |
serviceName(String serviceName)
Name associated with the service.
|
GetAggregatedSnapshotRequest.Builder |
spanKey(String spanKey)
Unique Application Performance Monitoring span identifier (spanId).
|
GetAggregatedSnapshotRequest.Builder |
spanName(String spanName)
Name of the span associated with the trace.
|
GetAggregatedSnapshotRequest.Builder |
traceKey(String traceKey)
Unique Application Performance Monitoring trace identifier (traceId).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public GetAggregatedSnapshotRequest.Builder apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.
apmDomainId
- the value to setpublic GetAggregatedSnapshotRequest.Builder traceKey(String traceKey)
Unique Application Performance Monitoring trace identifier (traceId).
traceKey
- the value to setpublic GetAggregatedSnapshotRequest.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 GetAggregatedSnapshotRequest.Builder serviceName(String serviceName)
Name associated with the service.
serviceName
- the value to setpublic GetAggregatedSnapshotRequest.Builder serverName(String serverName)
Name of the server.
serverName
- the value to setpublic GetAggregatedSnapshotRequest.Builder spanKey(String spanKey)
Unique Application Performance Monitoring span identifier (spanId).
spanKey
- the value to setpublic GetAggregatedSnapshotRequest.Builder spanName(String spanName)
Name of the span associated with the trace.
spanName
- the value to setpublic GetAggregatedSnapshotRequest.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 GetAggregatedSnapshotRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic GetAggregatedSnapshotRequest.Builder copy(GetAggregatedSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<GetAggregatedSnapshotRequest,Void>
o
- other request from which to copy valuespublic GetAggregatedSnapshotRequest build()
Build the instance of GetAggregatedSnapshotRequest 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<GetAggregatedSnapshotRequest,Void>
public GetAggregatedSnapshotRequest buildWithoutInvocationCallback()
Build the instance of GetAggregatedSnapshotRequest 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.