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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PivotTableConditionalFormattingScope.Builderrole(String role)The role (field, field total, grand total) of the cell for conditional formatting.PivotTableConditionalFormattingScope.Builderrole(PivotTableConditionalFormattingScopeRole role)The role (field, field total, grand total) of the cell for conditional formatting.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
role
PivotTableConditionalFormattingScope.Builder role(String role)
The 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:
PivotTableConditionalFormattingScopeRole,PivotTableConditionalFormattingScopeRole
-
role
PivotTableConditionalFormattingScope.Builder role(PivotTableConditionalFormattingScopeRole role)
The 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:
PivotTableConditionalFormattingScopeRole,PivotTableConditionalFormattingScopeRole
-
-