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
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
column
ReferenceLineDynamicDataConfiguration.Builder column(ColumnIdentifier 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.Builder
avoiding the need to create one manually viaColumnIdentifier.builder()
.When the
Consumer
completes,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:
column(ColumnIdentifier)
-
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.Builder
avoiding the need to create one manually viaAggregationFunction.builder()
.When the
Consumer
completes,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:
measureAggregationFunction(AggregationFunction)
-
calculation
ReferenceLineDynamicDataConfiguration.Builder calculation(NumericalAggregationFunction 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.Builder
avoiding the need to create one manually viaNumericalAggregationFunction.builder()
.When the
Consumer
completes,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:
calculation(NumericalAggregationFunction)
-
-