Class CfnAnalysis.PivotTableFieldSubtotalOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.PivotTableFieldSubtotalOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.PivotTableFieldSubtotalOptionsProperty>
- Enclosing interface:
CfnAnalysis.PivotTableFieldSubtotalOptionsProperty
@Stability(Stable)
public static final class CfnAnalysis.PivotTableFieldSubtotalOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.PivotTableFieldSubtotalOptionsProperty>
A builder for
CfnAnalysis.PivotTableFieldSubtotalOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnAnalysis.PivotTableFieldSubtotalOptionsProperty.getFieldId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldId
@Stability(Stable) public CfnAnalysis.PivotTableFieldSubtotalOptionsProperty.Builder fieldId(String fieldId) Sets the value ofCfnAnalysis.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<CfnAnalysis.PivotTableFieldSubtotalOptionsProperty>
- Returns:
- a new instance of
CfnAnalysis.PivotTableFieldSubtotalOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-