Package com.sap.ai.sdk.core.model
Interface TrckGetMetricResourceList.Builder
- Enclosing class:
TrckGetMetricResourceList
public static interface TrckGetMetricResourceList.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiondefault TrckGetMetricResourceListresources(TrckGetMetricResource... resources) Set the resources of thisTrckGetMetricResourceListinstance.resources(List<TrckGetMetricResource> resources) Set the resources of thisTrckGetMetricResourceListinstance.
-
Method Details
-
resources
Set the resources of thisTrckGetMetricResourceListinstance.- Parameters:
resources- The resources of thisTrckGetMetricResourceList- Returns:
- The TrckGetMetricResourceList instance.
-
resources
Set the resources of thisTrckGetMetricResourceListinstance.- Parameters:
resources- The resources of thisTrckGetMetricResourceList- Returns:
- The TrckGetMetricResourceList instance.
-