Interface PivotTableTotalOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PivotTableTotalOptions.Builder,,PivotTableTotalOptions> SdkBuilder<PivotTableTotalOptions.Builder,,PivotTableTotalOptions> SdkPojo
- Enclosing class:
PivotTableTotalOptions
-
Method Summary
Modifier and TypeMethodDescriptiondefault PivotTableTotalOptions.BuildercolumnSubtotalOptions(Consumer<SubtotalOptions.Builder> columnSubtotalOptions) The column subtotal options.columnSubtotalOptions(SubtotalOptions columnSubtotalOptions) The column subtotal options.default PivotTableTotalOptions.BuildercolumnTotalOptions(Consumer<PivotTotalOptions.Builder> columnTotalOptions) The column total options.columnTotalOptions(PivotTotalOptions columnTotalOptions) The column total options.default PivotTableTotalOptions.BuilderrowSubtotalOptions(Consumer<SubtotalOptions.Builder> rowSubtotalOptions) The row subtotal options.rowSubtotalOptions(SubtotalOptions rowSubtotalOptions) The row subtotal options.default PivotTableTotalOptions.BuilderrowTotalOptions(Consumer<PivotTotalOptions.Builder> rowTotalOptions) The row total options.rowTotalOptions(PivotTotalOptions rowTotalOptions) The row total options.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
-
rowSubtotalOptions
The row subtotal options.
- Parameters:
rowSubtotalOptions- The row subtotal options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rowSubtotalOptions
default PivotTableTotalOptions.Builder rowSubtotalOptions(Consumer<SubtotalOptions.Builder> rowSubtotalOptions) The row subtotal options.
This is a convenience method that creates an instance of theSubtotalOptions.Builderavoiding the need to create one manually viaSubtotalOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torowSubtotalOptions(SubtotalOptions).- Parameters:
rowSubtotalOptions- a consumer that will call methods onSubtotalOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
columnSubtotalOptions
The column subtotal options.
- Parameters:
columnSubtotalOptions- The column subtotal options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnSubtotalOptions
default PivotTableTotalOptions.Builder columnSubtotalOptions(Consumer<SubtotalOptions.Builder> columnSubtotalOptions) The column subtotal options.
This is a convenience method that creates an instance of theSubtotalOptions.Builderavoiding the need to create one manually viaSubtotalOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumnSubtotalOptions(SubtotalOptions).- Parameters:
columnSubtotalOptions- a consumer that will call methods onSubtotalOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rowTotalOptions
The row total options.
- Parameters:
rowTotalOptions- The row total options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rowTotalOptions
default PivotTableTotalOptions.Builder rowTotalOptions(Consumer<PivotTotalOptions.Builder> rowTotalOptions) The row total options.
This is a convenience method that creates an instance of thePivotTotalOptions.Builderavoiding the need to create one manually viaPivotTotalOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torowTotalOptions(PivotTotalOptions).- Parameters:
rowTotalOptions- a consumer that will call methods onPivotTotalOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
columnTotalOptions
The column total options.
- Parameters:
columnTotalOptions- The column total options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columnTotalOptions
default PivotTableTotalOptions.Builder columnTotalOptions(Consumer<PivotTotalOptions.Builder> columnTotalOptions) The column total options.
This is a convenience method that creates an instance of thePivotTotalOptions.Builderavoiding the need to create one manually viaPivotTotalOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocolumnTotalOptions(PivotTotalOptions).- Parameters:
columnTotalOptions- a consumer that will call methods onPivotTotalOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-