pub struct Builder { /* private fields */ }
Expand description
A builder for PerformanceInsightsReferenceData
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn comparison_values(
self,
input: PerformanceInsightsReferenceComparisonValues
) -> Self
pub fn comparison_values(
self,
input: PerformanceInsightsReferenceComparisonValues
) -> Self
The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues
.
sourcepub fn set_comparison_values(
self,
input: Option<PerformanceInsightsReferenceComparisonValues>
) -> Self
pub fn set_comparison_values(
self,
input: Option<PerformanceInsightsReferenceComparisonValues>
) -> Self
The specific reference values used to evaluate the Performance Insights. For more information, see PerformanceInsightsReferenceComparisonValues
.
sourcepub fn build(self) -> PerformanceInsightsReferenceData
pub fn build(self) -> PerformanceInsightsReferenceData
Consumes the builder and constructs a PerformanceInsightsReferenceData
.