Interface SubtotalOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SubtotalOptions.Builder,,- SubtotalOptions> - SdkBuilder<SubtotalOptions.Builder,,- SubtotalOptions> - SdkPojo
- Enclosing class:
- SubtotalOptions
- 
Method SummaryModifier and TypeMethodDescriptioncustomLabel(String customLabel) The custom label string for the subtotal cells.fieldLevel(String fieldLevel) The field level (all, custom, last) for the subtotal cells.fieldLevel(PivotTableSubtotalLevel fieldLevel) The field level (all, custom, last) for the subtotal cells.fieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions) The optional configuration of subtotal cells.fieldLevelOptions(Consumer<PivotTableFieldSubtotalOptions.Builder>... fieldLevelOptions) The optional configuration of subtotal cells.fieldLevelOptions(PivotTableFieldSubtotalOptions... fieldLevelOptions) The optional configuration of subtotal cells.default SubtotalOptions.BuildermetricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle) The cell styling options for the subtotals of header cells.metricHeaderCellStyle(TableCellStyle metricHeaderCellStyle) The cell styling options for the subtotals of header cells.styleTargets(Collection<TableStyleTarget> styleTargets) The style targets options for subtotals.styleTargets(Consumer<TableStyleTarget.Builder>... styleTargets) The style targets options for subtotals.styleTargets(TableStyleTarget... styleTargets) The style targets options for subtotals.default SubtotalOptions.BuildertotalCellStyle(Consumer<TableCellStyle.Builder> totalCellStyle) The cell styling options for the subtotal cells.totalCellStyle(TableCellStyle totalCellStyle) The cell styling options for the subtotal cells.totalsVisibility(String totalsVisibility) The visibility configuration for the subtotal cells.totalsVisibility(Visibility totalsVisibility) The visibility configuration for the subtotal cells.default SubtotalOptions.BuildervalueCellStyle(Consumer<TableCellStyle.Builder> valueCellStyle) The cell styling options for the subtotals of value cells.valueCellStyle(TableCellStyle valueCellStyle) The cell styling options for the subtotals 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 subtotal cells. - Parameters:
- totalsVisibility- The visibility configuration for the subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
totalsVisibilityThe visibility configuration for the subtotal cells. - Parameters:
- totalsVisibility- The visibility configuration for the subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
customLabelThe custom label string for the subtotal cells. - Parameters:
- customLabel- The custom label string for the subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fieldLevelThe field level (all, custom, last) for the subtotal cells. - Parameters:
- fieldLevel- The field level (all, custom, last) for the subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fieldLevelThe field level (all, custom, last) for the subtotal cells. - Parameters:
- fieldLevel- The field level (all, custom, last) for the subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
fieldLevelOptionsSubtotalOptions.Builder fieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions) The optional configuration of subtotal cells. - Parameters:
- fieldLevelOptions- The optional configuration of subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fieldLevelOptionsThe optional configuration of subtotal cells. - Parameters:
- fieldLevelOptions- The optional configuration of subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fieldLevelOptionsSubtotalOptions.Builder fieldLevelOptions(Consumer<PivotTableFieldSubtotalOptions.Builder>... fieldLevelOptions) The optional configuration of subtotal cells. This is a convenience method that creates an instance of thePivotTableFieldSubtotalOptions.Builderavoiding the need to create one manually viaPivotTableFieldSubtotalOptions.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofieldLevelOptions(List<PivotTableFieldSubtotalOptions>).- Parameters:
- fieldLevelOptions- a consumer that will call methods on- PivotTableFieldSubtotalOptions.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
totalCellStyleThe cell styling options for the subtotal cells. - Parameters:
- totalCellStyle- The cell styling options for the subtotal cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalCellStyleThe cell styling options for the subtotal 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 subtotals of value cells. - Parameters:
- valueCellStyle- The cell styling options for the subtotals of value cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
valueCellStyleThe cell styling options for the subtotals 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 subtotals of header cells. - Parameters:
- metricHeaderCellStyle- The cell styling options for the subtotals of header cells.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
metricHeaderCellStyledefault SubtotalOptions.Builder metricHeaderCellStyle(Consumer<TableCellStyle.Builder> metricHeaderCellStyle) The cell styling options for the subtotals 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:
 
- 
styleTargetsThe style targets options for subtotals. - Parameters:
- styleTargets- The style targets options for subtotals.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
styleTargetsThe style targets options for subtotals. - Parameters:
- styleTargets- The style targets options for subtotals.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
styleTargetsThe style targets options for subtotals. This is a convenience method that creates an instance of theTableStyleTarget.Builderavoiding the need to create one manually viaTableStyleTarget.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostyleTargets(List<TableStyleTarget>).- Parameters:
- styleTargets- a consumer that will call methods on- TableStyleTarget.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-