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
Modifier and TypeMethodDescriptionThe field ID of the subtotal 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
-
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.
-