Interface PivotTableFieldSubtotalOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PivotTableFieldSubtotalOptions.Builder,PivotTableFieldSubtotalOptions>,SdkBuilder<PivotTableFieldSubtotalOptions.Builder,PivotTableFieldSubtotalOptions>,SdkPojo
- Enclosing class:
- PivotTableFieldSubtotalOptions
public static interface PivotTableFieldSubtotalOptions.Builder extends SdkPojo, CopyableBuilder<PivotTableFieldSubtotalOptions.Builder,PivotTableFieldSubtotalOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PivotTableFieldSubtotalOptions.BuilderfieldId(String fieldId)The field ID of the subtotal options.-
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
-
fieldId
PivotTableFieldSubtotalOptions.Builder fieldId(String fieldId)
The field ID of the subtotal options.
- Parameters:
fieldId- The field ID of the subtotal options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-