Interface PivotTableConditionalFormattingScope.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PivotTableConditionalFormattingScope.Builder,,- PivotTableConditionalFormattingScope> - SdkBuilder<PivotTableConditionalFormattingScope.Builder,,- PivotTableConditionalFormattingScope> - SdkPojo
- Enclosing class:
- PivotTableConditionalFormattingScope
@Mutable
@NotThreadSafe
public static interface PivotTableConditionalFormattingScope.Builder
extends SdkPojo, CopyableBuilder<PivotTableConditionalFormattingScope.Builder,PivotTableConditionalFormattingScope> 
- 
Method SummaryModifier and TypeMethodDescriptionThe role (field, field total, grand total) of the cell for conditional formatting.The role (field, field total, grand total) of the cell for conditional formatting.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
roleThe role (field, field total, grand total) of the cell for conditional formatting. - Parameters:
- role- The role (field, field total, grand total) of the cell for conditional formatting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
roleThe role (field, field total, grand total) of the cell for conditional formatting. - Parameters:
- role- The role (field, field total, grand total) of the cell for conditional formatting.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-