Interface TableAggregatedFieldWells.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TableAggregatedFieldWells.Builder,,TableAggregatedFieldWells> SdkBuilder<TableAggregatedFieldWells.Builder,,TableAggregatedFieldWells> SdkPojo
- Enclosing class:
 TableAggregatedFieldWells
- 
Method Summary
Modifier and TypeMethodDescriptiongroupBy(Collection<DimensionField> groupBy) The group by field well for a pivot table.groupBy(Consumer<DimensionField.Builder>... groupBy) The group by field well for a pivot table.groupBy(DimensionField... groupBy) The group by field well for a pivot table.values(Collection<MeasureField> values) The values field well for a pivot table.values(Consumer<MeasureField.Builder>... values) The values field well for a pivot table.values(MeasureField... values) The values field well for a pivot table.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
- 
groupBy
The group by field well for a pivot table. Values are grouped by group by fields.
- Parameters:
 groupBy- The group by field well for a pivot table. Values are grouped by group by fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupBy
The group by field well for a pivot table. Values are grouped by group by fields.
- Parameters:
 groupBy- The group by field well for a pivot table. Values are grouped by group by fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
groupBy
The group by field well for a pivot table. Values are grouped by group by fields.
This is a convenience method that creates an instance of theDimensionField.Builderavoiding the need to create one manually viaDimensionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroupBy(List<DimensionField>).- Parameters:
 groupBy- a consumer that will call methods onDimensionField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
values
The values field well for a pivot table. Values are aggregated based on group by fields.
- Parameters:
 values- The values field well for a pivot table. Values are aggregated based on group by fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
The values field well for a pivot table. Values are aggregated based on group by fields.
- Parameters:
 values- The values field well for a pivot table. Values are aggregated based on group by fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
values
The values field well for a pivot table. Values are aggregated based on group by fields.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalues(List<MeasureField>).- Parameters:
 values- a consumer that will call methods onMeasureField.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -