Interface PivotTotalOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PivotTotalOptions.Builder,,- PivotTotalOptions> - SdkBuilder<PivotTotalOptions.Builder,,- PivotTotalOptions> - SdkPojo
- Enclosing class:
- PivotTotalOptions
- 
Method SummaryModifier and TypeMethodDescriptioncustomLabel(String customLabel) The custom label string for the total cells.default PivotTotalOptions.BuildermetricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle) The cell styling options for the total of header cells.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle) The cell styling options for the total of header cells.The placement (start, end) for the total cells.placement(TableTotalsPlacement placement) The placement (start, end) for the total cells.scrollStatus(String scrollStatus) The scroll status (pinned, scrolled) for the total cells.scrollStatus(TableTotalsScrollStatus scrollStatus) The scroll status (pinned, scrolled) for the total cells.totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions) The total aggregation options for each value field.totalAggregationOptions(Consumer<TotalAggregationOption.Builder>... totalAggregationOptions) The total aggregation options for each value field.totalAggregationOptions(TotalAggregationOption... totalAggregationOptions) The total aggregation options for each value field.default PivotTotalOptions.BuildertotalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle) The cell styling options for the total cells.totalCellStyle(TableCellStyle totalCellStyle) The cell styling options for the total cells.totalsVisibility(String totalsVisibility) The visibility configuration for the total cells.totalsVisibility(Visibility totalsVisibility) The visibility configuration for the total cells.default PivotTotalOptions.BuildervalueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle) The cell styling options for the totals of value cells.valueCellStyle(TableCellStyle valueCellStyle) The cell styling options for the totals of value cells.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
totalsVisibilityThe visibility configuration for the total cells. - Parameters:
- totalsVisibility- The visibility configuration for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
totalsVisibilityThe visibility configuration for the total cells. - Parameters:
- totalsVisibility- The visibility configuration for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
placementThe placement (start, end) for the total cells. - Parameters:
- placement- The placement (start, end) for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
placementThe placement (start, end) for the total cells. - Parameters:
- placement- The placement (start, end) for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scrollStatusThe scroll status (pinned, scrolled) for the total cells. - Parameters:
- scrollStatus- The scroll status (pinned, scrolled) for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
scrollStatusThe scroll status (pinned, scrolled) for the total cells. - Parameters:
- scrollStatus- The scroll status (pinned, scrolled) for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
customLabelThe custom label string for the total cells. - Parameters:
- customLabel- The custom label string for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalCellStyleThe cell styling options for the total cells. - Parameters:
- totalCellStyle- The cell styling options for the total cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalCellStyleThe cell styling options for the total cells. This is a convenience method that creates an instance of theTableCellStyle.Builderavoiding the need to create one manually viaTableCellStyle.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tototalCellStyle(TableCellStyle).- Parameters:
- totalCellStyle- a consumer that will call methods on- TableCellStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
valueCellStyleThe cell styling options for the totals of value cells. - Parameters:
- valueCellStyle- The cell styling options for the totals of value cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueCellStyleThe cell styling options for the totals of value cells. This is a convenience method that creates an instance of theTableCellStyle.Builderavoiding the need to create one manually viaTableCellStyle.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovalueCellStyle(TableCellStyle).- Parameters:
- valueCellStyle- a consumer that will call methods on- TableCellStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
metricHeaderCellStyleThe cell styling options for the total of header cells. - Parameters:
- metricHeaderCellStyle- The cell styling options for the total of header cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricHeaderCellStyledefault PivotTotalOptions.Builder metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle) The cell styling options for the total of header cells. This is a convenience method that creates an instance of theTableCellStyle.Builderavoiding the need to create one manually viaTableCellStyle.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometricHeaderCellStyle(TableCellStyle).- Parameters:
- metricHeaderCellStyle- a consumer that will call methods on- TableCellStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
totalAggregationOptionsPivotTotalOptions.Builder totalAggregationOptions(Collection<TotalAggregationOption> totalAggregationOptions) The total aggregation options for each value field. - Parameters:
- totalAggregationOptions- The total aggregation options for each value field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalAggregationOptionsPivotTotalOptions.Builder totalAggregationOptions(TotalAggregationOption... totalAggregationOptions) The total aggregation options for each value field. - Parameters:
- totalAggregationOptions- The total aggregation options for each value field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalAggregationOptionsPivotTotalOptions.Builder totalAggregationOptions(Consumer<TotalAggregationOption.Builder>... totalAggregationOptions) The total aggregation options for each value field. This is a convenience method that creates an instance of theTotalAggregationOption.Builderavoiding the need to create one manually viaTotalAggregationOption.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tototalAggregationOptions(List<TotalAggregationOption>).- Parameters:
- totalAggregationOptions- a consumer that will call methods on- TotalAggregationOption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-