public static interface PerformanceInsightsReferenceData.Builder extends SdkPojo, CopyableBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>
| Modifier and Type | Method and Description |
|---|---|
default PerformanceInsightsReferenceData.Builder |
comparisonValues(Consumer<PerformanceInsightsReferenceComparisonValues.Builder> comparisonValues)
The specific reference values used to evaluate the Performance Insights.
|
PerformanceInsightsReferenceData.Builder |
comparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights.
|
PerformanceInsightsReferenceData.Builder |
name(String name)
The name of the reference data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPerformanceInsightsReferenceData.Builder name(String name)
The name of the reference data.
name - The name of the reference data.PerformanceInsightsReferenceData.Builder comparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.
comparisonValues - The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.default PerformanceInsightsReferenceData.Builder comparisonValues(Consumer<PerformanceInsightsReferenceComparisonValues.Builder> comparisonValues)
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues
.
PerformanceInsightsReferenceComparisonValues.Builder avoiding the need to create one manually via
PerformanceInsightsReferenceComparisonValues.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
comparisonValues(PerformanceInsightsReferenceComparisonValues).
comparisonValues - a consumer that will call methods on PerformanceInsightsReferenceComparisonValues.BuildercomparisonValues(PerformanceInsightsReferenceComparisonValues)Copyright © 2023. All rights reserved.