Interface NumericalMeasureField.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NumericalMeasureField.Builder,
,NumericalMeasureField> SdkBuilder<NumericalMeasureField.Builder,
,NumericalMeasureField> SdkPojo
- Enclosing class:
NumericalMeasureField
public static interface NumericalMeasureField.Builder
extends SdkPojo, CopyableBuilder<NumericalMeasureField.Builder,NumericalMeasureField>
-
Method Summary
Modifier and TypeMethodDescriptiondefault NumericalMeasureField.Builder
aggregationFunction
(Consumer<NumericalAggregationFunction.Builder> aggregationFunction) The aggregation function of the measure field.aggregationFunction
(NumericalAggregationFunction aggregationFunction) The aggregation function of the measure field.default NumericalMeasureField.Builder
column
(Consumer<ColumnIdentifier.Builder> column) The column that is used in theNumericalMeasureField
.column
(ColumnIdentifier column) The column that is used in theNumericalMeasureField
.The custom field ID.default NumericalMeasureField.Builder
formatConfiguration
(Consumer<NumberFormatConfiguration.Builder> formatConfiguration) The format configuration of the field.formatConfiguration
(NumberFormatConfiguration formatConfiguration) The format configuration of the field.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 Details
-
fieldId
The custom field ID.
- Parameters:
fieldId
- The custom field ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The column that is used in the
NumericalMeasureField
.- Parameters:
column
- The column that is used in theNumericalMeasureField
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The column that is used in the
This is a convenience method that creates an instance of theNumericalMeasureField
.ColumnIdentifier.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:
-
aggregationFunction
The aggregation function of the measure field.
- Parameters:
aggregationFunction
- The aggregation function of the measure field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationFunction
default NumericalMeasureField.Builder aggregationFunction(Consumer<NumericalAggregationFunction.Builder> aggregationFunction) The aggregation function of the measure field.
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 toaggregationFunction(NumericalAggregationFunction)
.- Parameters:
aggregationFunction
- 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:
-
formatConfiguration
The format configuration of the field.
- Parameters:
formatConfiguration
- The format configuration of the field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatConfiguration
default NumericalMeasureField.Builder formatConfiguration(Consumer<NumberFormatConfiguration.Builder> formatConfiguration) The format configuration of the field.
This is a convenience method that creates an instance of theNumberFormatConfiguration.Builder
avoiding the need to create one manually viaNumberFormatConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toformatConfiguration(NumberFormatConfiguration)
.- Parameters:
formatConfiguration
- a consumer that will call methods onNumberFormatConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-