Interface MeasureField.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MeasureField.Builder,,MeasureField> SdkBuilder<MeasureField.Builder,,MeasureField> SdkPojo
- Enclosing class:
 MeasureField
- 
Method Summary
Modifier and TypeMethodDescriptiondefault MeasureField.BuildercalculatedMeasureField(Consumer<CalculatedMeasureField.Builder> calculatedMeasureField) The calculated measure field only used in pivot tables.calculatedMeasureField(CalculatedMeasureField calculatedMeasureField) The calculated measure field only used in pivot tables.default MeasureField.BuildercategoricalMeasureField(Consumer<CategoricalMeasureField.Builder> categoricalMeasureField) The measure type field with categorical type columns.categoricalMeasureField(CategoricalMeasureField categoricalMeasureField) The measure type field with categorical type columns.default MeasureField.BuilderdateMeasureField(Consumer<DateMeasureField.Builder> dateMeasureField) The measure type field with date type columns.dateMeasureField(DateMeasureField dateMeasureField) The measure type field with date type columns.default MeasureField.BuildernumericalMeasureField(Consumer<NumericalMeasureField.Builder> numericalMeasureField) The measure type field with numerical type columns.numericalMeasureField(NumericalMeasureField numericalMeasureField) The measure type field with numerical type columns.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
- 
numericalMeasureField
The measure type field with numerical type columns.
- Parameters:
 numericalMeasureField- The measure type field with numerical type columns.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
numericalMeasureField
default MeasureField.Builder numericalMeasureField(Consumer<NumericalMeasureField.Builder> numericalMeasureField) The measure type field with numerical type columns.
This is a convenience method that creates an instance of theNumericalMeasureField.Builderavoiding the need to create one manually viaNumericalMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonumericalMeasureField(NumericalMeasureField).- Parameters:
 numericalMeasureField- a consumer that will call methods onNumericalMeasureField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
categoricalMeasureField
The measure type field with categorical type columns.
- Parameters:
 categoricalMeasureField- The measure type field with categorical type columns.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
categoricalMeasureField
default MeasureField.Builder categoricalMeasureField(Consumer<CategoricalMeasureField.Builder> categoricalMeasureField) The measure type field with categorical type columns.
This is a convenience method that creates an instance of theCategoricalMeasureField.Builderavoiding the need to create one manually viaCategoricalMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocategoricalMeasureField(CategoricalMeasureField).- Parameters:
 categoricalMeasureField- a consumer that will call methods onCategoricalMeasureField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
dateMeasureField
The measure type field with date type columns.
- Parameters:
 dateMeasureField- The measure type field with date type columns.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
dateMeasureField
The measure type field with date type columns.
This is a convenience method that creates an instance of theDateMeasureField.Builderavoiding the need to create one manually viaDateMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todateMeasureField(DateMeasureField).- Parameters:
 dateMeasureField- a consumer that will call methods onDateMeasureField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
calculatedMeasureField
The calculated measure field only used in pivot tables.
- Parameters:
 calculatedMeasureField- The calculated measure field only used in pivot tables.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
calculatedMeasureField
default MeasureField.Builder calculatedMeasureField(Consumer<CalculatedMeasureField.Builder> calculatedMeasureField) The calculated measure field only used in pivot tables.
This is a convenience method that creates an instance of theCalculatedMeasureField.Builderavoiding the need to create one manually viaCalculatedMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocalculatedMeasureField(CalculatedMeasureField).- Parameters:
 calculatedMeasureField- a consumer that will call methods onCalculatedMeasureField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -