Interface ConditionalFormattingIconSet.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ConditionalFormattingIconSet.Builder,
,ConditionalFormattingIconSet> SdkBuilder<ConditionalFormattingIconSet.Builder,
,ConditionalFormattingIconSet> SdkPojo
- Enclosing class:
ConditionalFormattingIconSet
public static interface ConditionalFormattingIconSet.Builder
extends SdkPojo, CopyableBuilder<ConditionalFormattingIconSet.Builder,ConditionalFormattingIconSet>
-
Method Summary
Modifier and TypeMethodDescriptionexpression
(String expression) The expression that determines the formatting configuration for the icon set.iconSetType
(String iconSetType) Determines the icon set type.iconSetType
(ConditionalFormattingIconSetType iconSetType) Determines the icon set type.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
-
expression
The expression that determines the formatting configuration for the icon set.
- Parameters:
expression
- The expression that determines the formatting configuration for the icon set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iconSetType
Determines the icon set type.
- Parameters:
iconSetType
- Determines the icon set type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
iconSetType
Determines the icon set type.
- Parameters:
iconSetType
- Determines the icon set type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-