Interface ReferenceLineDynamicDataConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ReferenceLineDynamicDataConfiguration.Builder,,ReferenceLineDynamicDataConfiguration> SdkBuilder<ReferenceLineDynamicDataConfiguration.Builder,,ReferenceLineDynamicDataConfiguration> SdkPojo
- Enclosing class:
 ReferenceLineDynamicDataConfiguration
public static interface ReferenceLineDynamicDataConfiguration.Builder
extends SdkPojo, CopyableBuilder<ReferenceLineDynamicDataConfiguration.Builder,ReferenceLineDynamicDataConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptioncalculation(Consumer<NumericalAggregationFunction.Builder> calculation) The calculation that is used in the dynamic data.calculation(NumericalAggregationFunction calculation) The calculation that is used in the dynamic data.column(Consumer<ColumnIdentifier.Builder> column) The column that the dynamic data targets.column(ColumnIdentifier column) The column that the dynamic data targets.measureAggregationFunction(Consumer<AggregationFunction.Builder> measureAggregationFunction) The aggregation function that is used in the dynamic data.measureAggregationFunction(AggregationFunction measureAggregationFunction) The aggregation function that is used in the dynamic data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
column
The column that the dynamic data targets.
- Parameters:
 column- The column that the dynamic data targets.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
column
default ReferenceLineDynamicDataConfiguration.Builder column(Consumer<ColumnIdentifier.Builder> column) The column that the dynamic data targets.
This is a convenience method that creates an instance of theColumnIdentifier.Builderavoiding the need to create one manually viaColumnIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumn(ColumnIdentifier).- Parameters:
 column- a consumer that will call methods onColumnIdentifier.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
measureAggregationFunction
ReferenceLineDynamicDataConfiguration.Builder measureAggregationFunction(AggregationFunction measureAggregationFunction) The aggregation function that is used in the dynamic data.
- Parameters:
 measureAggregationFunction- The aggregation function that is used in the dynamic data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
measureAggregationFunction
default ReferenceLineDynamicDataConfiguration.Builder measureAggregationFunction(Consumer<AggregationFunction.Builder> measureAggregationFunction) The aggregation function that is used in the dynamic data.
This is a convenience method that creates an instance of theAggregationFunction.Builderavoiding the need to create one manually viaAggregationFunction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomeasureAggregationFunction(AggregationFunction).- Parameters:
 measureAggregationFunction- a consumer that will call methods onAggregationFunction.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
calculation
The calculation that is used in the dynamic data.
- Parameters:
 calculation- The calculation that is used in the dynamic data.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
calculation
default ReferenceLineDynamicDataConfiguration.Builder calculation(Consumer<NumericalAggregationFunction.Builder> calculation) The calculation that is used in the dynamic data.
This is a convenience method that creates an instance of theNumericalAggregationFunction.Builderavoiding the need to create one manually viaNumericalAggregationFunction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocalculation(NumericalAggregationFunction).- Parameters:
 calculation- a consumer that will call methods onNumericalAggregationFunction.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -