Interface PerformanceInsightsReferenceData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>,SdkBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>,SdkPojo
- Enclosing class:
- PerformanceInsightsReferenceData
public static interface PerformanceInsightsReferenceData.Builder extends SdkPojo, CopyableBuilder<PerformanceInsightsReferenceData.Builder,PerformanceInsightsReferenceData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PerformanceInsightsReferenceData.BuildercomparisonValues(Consumer<PerformanceInsightsReferenceComparisonValues.Builder> comparisonValues)The specific reference values used to evaluate the Performance Insights.PerformanceInsightsReferenceData.BuildercomparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)The specific reference values used to evaluate the Performance Insights.PerformanceInsightsReferenceData.Buildername(String name)The name of the reference data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
PerformanceInsightsReferenceData.Builder name(String name)
The name of the reference data.
- Parameters:
name- The name of the reference data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonValues
PerformanceInsightsReferenceData.Builder comparisonValues(PerformanceInsightsReferenceComparisonValues comparisonValues)
The specific reference values used to evaluate the Performance Insights. For more information, see
PerformanceInsightsReferenceComparisonValues.- Parameters:
comparisonValues- The specific reference values used to evaluate the Performance Insights. For more information, seePerformanceInsightsReferenceComparisonValues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comparisonValues
default PerformanceInsightsReferenceData.Builder comparisonValues(Consumer<PerformanceInsightsReferenceComparisonValues.Builder> comparisonValues)
The specific reference values used to evaluate the Performance Insights. For more information, see
This is a convenience method that creates an instance of thePerformanceInsightsReferenceComparisonValues.PerformanceInsightsReferenceComparisonValues.Builderavoiding the need to create one manually viaPerformanceInsightsReferenceComparisonValues.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocomparisonValues(PerformanceInsightsReferenceComparisonValues).- Parameters:
comparisonValues- a consumer that will call methods onPerformanceInsightsReferenceComparisonValues.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
comparisonValues(PerformanceInsightsReferenceComparisonValues)
-
-