Package com.newrelic.api.agent
Interface DatastoreParameters.Build
-
- All Known Subinterfaces:
DatastoreParameters.DatabaseParameter,DatastoreParameters.InstanceParameter,DatastoreParameters.SlowQueryParameter,DatastoreParameters.SlowQueryWithInputParameter
- All Known Implementing Classes:
DatastoreParameters.Builder
- Enclosing class:
- DatastoreParameters
public static interface DatastoreParameters.Build
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatastoreParametersbuild()Build the finalDatastoreParametersfor the API call.
-
-
-
Method Detail
-
build
DatastoreParameters build()
Build the finalDatastoreParametersfor the API call.- Returns:
- the completed DatastoreParameters object
-
-