Interface PivotTableTotalOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PivotTableTotalOptions.Builder,PivotTableTotalOptions>,SdkBuilder<PivotTableTotalOptions.Builder,PivotTableTotalOptions>,SdkPojo
- Enclosing class:
- PivotTableTotalOptions
public static interface PivotTableTotalOptions.Builder extends SdkPojo, CopyableBuilder<PivotTableTotalOptions.Builder,PivotTableTotalOptions>
-
-
Method Summary
-
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, sdkFields
-
-
-
-
Method Detail
-
rowSubtotalOptions
PivotTableTotalOptions.Builder rowSubtotalOptions(SubtotalOptions 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:
rowSubtotalOptions(SubtotalOptions)
-
columnSubtotalOptions
PivotTableTotalOptions.Builder columnSubtotalOptions(SubtotalOptions 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:
columnSubtotalOptions(SubtotalOptions)
-
rowTotalOptions
PivotTableTotalOptions.Builder rowTotalOptions(PivotTotalOptions 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:
rowTotalOptions(PivotTotalOptions)
-
columnTotalOptions
PivotTableTotalOptions.Builder columnTotalOptions(PivotTotalOptions 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:
columnTotalOptions(PivotTotalOptions)
-
-