Interface NumericalMeasureField.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NumericalMeasureField.Builder,NumericalMeasureField>,SdkBuilder<NumericalMeasureField.Builder,NumericalMeasureField>,SdkPojo
- Enclosing class:
- NumericalMeasureField
@Mutable @NotThreadSafe public static interface NumericalMeasureField.Builder extends SdkPojo, CopyableBuilder<NumericalMeasureField.Builder,NumericalMeasureField>
-
-
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
-
fieldId
NumericalMeasureField.Builder fieldId(String 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
NumericalMeasureField.Builder column(ColumnIdentifier 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
default NumericalMeasureField.Builder column(Consumer<ColumnIdentifier.Builder> column)
The column that is used in the
This is a convenience method that creates an instance of theNumericalMeasureField.ColumnIdentifier.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:
column(ColumnIdentifier)
-
aggregationFunction
NumericalMeasureField.Builder aggregationFunction(NumericalAggregationFunction 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.Builderavoiding the need to create one manually viaNumericalAggregationFunction.builder().When the
Consumercompletes,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:
aggregationFunction(NumericalAggregationFunction)
-
formatConfiguration
NumericalMeasureField.Builder formatConfiguration(NumberFormatConfiguration 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.Builderavoiding the need to create one manually viaNumberFormatConfiguration.builder().When the
Consumercompletes,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:
formatConfiguration(NumberFormatConfiguration)
-
-