Interface PivotTableCellConditionalFormatting.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableCellConditionalFormatting.Builder,
,PivotTableCellConditionalFormatting> SdkBuilder<PivotTableCellConditionalFormatting.Builder,
,PivotTableCellConditionalFormatting> SdkPojo
- Enclosing class:
PivotTableCellConditionalFormatting
-
Method Summary
Modifier and TypeMethodDescriptionThe field ID of the cell for conditional formatting.The scope of the cell for conditional formatting.The scope of the cell for conditional formatting.A list of cell scopes for conditional formatting.A list of cell scopes for conditional formatting.scopes
(PivotTableConditionalFormattingScope... scopes) A list of cell scopes for conditional formatting.textFormat
(Consumer<TextConditionalFormat.Builder> textFormat) The text format of the cell for conditional formatting.textFormat
(TextConditionalFormat textFormat) The text format 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, sdkFields
-
Method Details
-
fieldId
The field ID of the cell for conditional formatting.
- Parameters:
fieldId
- The field ID of the cell for conditional formatting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textFormat
The text format of the cell for conditional formatting.
- Parameters:
textFormat
- The text format of the cell for conditional formatting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textFormat
default PivotTableCellConditionalFormatting.Builder textFormat(Consumer<TextConditionalFormat.Builder> textFormat) The text format of the cell for conditional formatting.
This is a convenience method that creates an instance of theTextConditionalFormat.Builder
avoiding the need to create one manually viaTextConditionalFormat.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totextFormat(TextConditionalFormat)
.- Parameters:
textFormat
- a consumer that will call methods onTextConditionalFormat.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
The scope of the cell for conditional formatting.
- Parameters:
scope
- The scope of the cell for conditional formatting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
default PivotTableCellConditionalFormatting.Builder scope(Consumer<PivotTableConditionalFormattingScope.Builder> scope) The scope of the cell for conditional formatting.
This is a convenience method that creates an instance of thePivotTableConditionalFormattingScope.Builder
avoiding the need to create one manually viaPivotTableConditionalFormattingScope.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscope(PivotTableConditionalFormattingScope)
.- Parameters:
scope
- a consumer that will call methods onPivotTableConditionalFormattingScope.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scopes
PivotTableCellConditionalFormatting.Builder scopes(Collection<PivotTableConditionalFormattingScope> scopes) A list of cell scopes for conditional formatting.
- Parameters:
scopes
- A list of cell scopes for conditional formatting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
A list of cell scopes for conditional formatting.
- Parameters:
scopes
- A list of cell scopes for conditional formatting.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scopes
PivotTableCellConditionalFormatting.Builder scopes(Consumer<PivotTableConditionalFormattingScope.Builder>... scopes) A list of cell scopes for conditional formatting.
This is a convenience method that creates an instance of thePivotTableConditionalFormattingScope.Builder
avoiding the need to create one manually viaPivotTableConditionalFormattingScope.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscopes(List<PivotTableConditionalFormattingScope>)
.- Parameters:
scopes
- a consumer that will call methods onPivotTableConditionalFormattingScope.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-