Interface PivotTableCellConditionalFormatting.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PivotTableCellConditionalFormatting.Builder,PivotTableCellConditionalFormatting>,SdkBuilder<PivotTableCellConditionalFormatting.Builder,PivotTableCellConditionalFormatting>,SdkPojo
- Enclosing class:
- PivotTableCellConditionalFormatting
@Mutable @NotThreadSafe public static interface PivotTableCellConditionalFormatting.Builder extends SdkPojo, CopyableBuilder<PivotTableCellConditionalFormatting.Builder,PivotTableCellConditionalFormatting>
-
-
Method Summary
-
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
-
fieldId
PivotTableCellConditionalFormatting.Builder fieldId(String 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
PivotTableCellConditionalFormatting.Builder textFormat(TextConditionalFormat 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.Builderavoiding the need to create one manually viaTextConditionalFormat.builder().When the
Consumercompletes,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:
textFormat(TextConditionalFormat)
-
scope
PivotTableCellConditionalFormatting.Builder scope(PivotTableConditionalFormattingScope 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.Builderavoiding the need to create one manually viaPivotTableConditionalFormattingScope.builder().When the
Consumercompletes,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:
scope(PivotTableConditionalFormattingScope)
-
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
PivotTableCellConditionalFormatting.Builder scopes(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
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.Builderavoiding the need to create one manually viaPivotTableConditionalFormattingScope.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#scopes(List.) - 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:
#scopes(java.util.Collection)
-
-