Class CfnDashboard.PivotTableFieldSubtotalOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.PivotTableFieldSubtotalOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.PivotTableFieldSubtotalOptionsProperty>
- Enclosing interface:
CfnDashboard.PivotTableFieldSubtotalOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.PivotTableFieldSubtotalOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.PivotTableFieldSubtotalOptionsProperty>
A builder for
CfnDashboard.PivotTableFieldSubtotalOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDashboard.PivotTableFieldSubtotalOptionsProperty.getFieldId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
@Stability(Stable) public CfnDashboard.PivotTableFieldSubtotalOptionsProperty.Builder fieldId(String fieldId) Sets the value ofCfnDashboard.PivotTableFieldSubtotalOptionsProperty.getFieldId()
- Parameters:
fieldId
- The field ID of the subtotal options.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.PivotTableFieldSubtotalOptionsProperty>
- Returns:
- a new instance of
CfnDashboard.PivotTableFieldSubtotalOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-