Interface PivotTableAggregatedFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableAggregatedFieldWells.Builder,
,PivotTableAggregatedFieldWells> SdkBuilder<PivotTableAggregatedFieldWells.Builder,
,PivotTableAggregatedFieldWells> SdkPojo
- Enclosing class:
PivotTableAggregatedFieldWells
-
Method Summary
Modifier and TypeMethodDescriptioncolumns
(Collection<DimensionField> columns) The columns field well for a pivot table.columns
(Consumer<DimensionField.Builder>... columns) The columns field well for a pivot table.columns
(DimensionField... columns) The columns field well for a pivot table.rows
(Collection<DimensionField> rows) The rows field well for a pivot table.rows
(Consumer<DimensionField.Builder>... rows) The rows field well for a pivot table.rows
(DimensionField... rows) The rows 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
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 Details
-
rows
The rows field well for a pivot table. Values are grouped by rows fields.
- Parameters:
rows
- The rows field well for a pivot table. Values are grouped by rows fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rows
The rows field well for a pivot table. Values are grouped by rows fields.
- Parameters:
rows
- The rows field well for a pivot table. Values are grouped by rows fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rows
The rows field well for a pivot table. Values are grouped by rows fields.
This is a convenience method that creates an instance of theDimensionField.Builder
avoiding the need to create one manually viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torows(List<DimensionField>)
.- Parameters:
rows
- 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:
-
columns
The columns field well for a pivot table. Values are grouped by columns fields.
- Parameters:
columns
- The columns field well for a pivot table. Values are grouped by columns fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The columns field well for a pivot table. Values are grouped by columns fields.
- Parameters:
columns
- The columns field well for a pivot table. Values are grouped by columns fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The columns field well for a pivot table. Values are grouped by columns fields.
This is a convenience method that creates an instance of theDimensionField.Builder
avoiding the need to create one manually viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolumns(List<DimensionField>)
.- Parameters:
columns
- 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 rows and columns fields.
- Parameters:
values
- The values field well for a pivot table. Values are aggregated based on rows and columns 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 rows and columns fields.
- Parameters:
values
- The values field well for a pivot table. Values are aggregated based on rows and columns 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 rows and columns fields.
This is a convenience method that creates an instance of theMeasureField.Builder
avoiding the need to create one manually viaMeasureField.builder()
.When the
Consumer
completes,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:
-