Class GetAggregatedSnapshotRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.apmtraces.requests.GetAggregatedSnapshotRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<GetAggregatedSnapshotRequest,Void>
- Enclosing class:
- GetAggregatedSnapshotRequest
public static class GetAggregatedSnapshotRequest.Builder extends Object implements BmcRequest.Builder<GetAggregatedSnapshotRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAggregatedSnapshotRequest.BuilderapmDomainId(String apmDomainId)The APM Domain ID for the intended request.GetAggregatedSnapshotRequestbuild()Build the instance of GetAggregatedSnapshotRequest as configured by this builderGetAggregatedSnapshotRequestbuildWithoutInvocationCallback()Build the instance of GetAggregatedSnapshotRequest as configured by this builderGetAggregatedSnapshotRequest.Buildercopy(GetAggregatedSnapshotRequest o)Copy method to populate the builder with values from the given instance.GetAggregatedSnapshotRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.GetAggregatedSnapshotRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.GetAggregatedSnapshotRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.GetAggregatedSnapshotRequest.BuilderserverName(String serverName)Name of the server.GetAggregatedSnapshotRequest.BuilderserviceName(String serviceName)Name associated with the service.GetAggregatedSnapshotRequest.BuilderspanKey(String spanKey)Unique Application Performance Monitoring span identifier (spanId).GetAggregatedSnapshotRequest.BuilderspanName(String spanName)Name of the span associated with the trace.GetAggregatedSnapshotRequest.BuildertraceKey(String traceKey)Unique Application Performance Monitoring trace identifier (traceId).-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
apmDomainId
public GetAggregatedSnapshotRequest.Builder apmDomainId(String apmDomainId)
The APM Domain ID for the intended request.- Parameters:
apmDomainId- the value to set- Returns:
- this builder instance
-
traceKey
public GetAggregatedSnapshotRequest.Builder traceKey(String traceKey)
Unique Application Performance Monitoring trace identifier (traceId).- Parameters:
traceKey- the value to set- Returns:
- this builder instance
-
opcRequestId
public 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.
- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
serviceName
public GetAggregatedSnapshotRequest.Builder serviceName(String serviceName)
Name associated with the service.- Parameters:
serviceName- the value to set- Returns:
- this builder instance
-
serverName
public GetAggregatedSnapshotRequest.Builder serverName(String serverName)
Name of the server.- Parameters:
serverName- the value to set- Returns:
- this builder instance
-
spanKey
public GetAggregatedSnapshotRequest.Builder spanKey(String spanKey)
Unique Application Performance Monitoring span identifier (spanId).- Parameters:
spanKey- the value to set- Returns:
- this builder instance
-
spanName
public GetAggregatedSnapshotRequest.Builder spanName(String spanName)
Name of the span associated with the trace.- Parameters:
spanName- the value to set- Returns:
- this builder instance
-
invocationCallback
public GetAggregatedSnapshotRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public GetAggregatedSnapshotRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public GetAggregatedSnapshotRequest.Builder copy(GetAggregatedSnapshotRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<GetAggregatedSnapshotRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public GetAggregatedSnapshotRequest build()
Build the instance of GetAggregatedSnapshotRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<GetAggregatedSnapshotRequest,Void>- Returns:
- instance of GetAggregatedSnapshotRequest
-
buildWithoutInvocationCallback
public GetAggregatedSnapshotRequest buildWithoutInvocationCallback()
Build the instance of GetAggregatedSnapshotRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of GetAggregatedSnapshotRequest
-
-