public static interface ShapeConditionalFormat.Builder extends SdkPojo, CopyableBuilder<ShapeConditionalFormat.Builder,ShapeConditionalFormat>
| Modifier and Type | Method and Description |
|---|---|
ShapeConditionalFormat.Builder |
backgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting for the shape background color of a filled map visual.
|
default ShapeConditionalFormat.Builder |
backgroundColor(Consumer<ConditionalFormattingColor.Builder> backgroundColor)
The conditional formatting for the shape background color of a filled map visual.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildShapeConditionalFormat.Builder backgroundColor(ConditionalFormattingColor backgroundColor)
The conditional formatting for the shape background color of a filled map visual.
backgroundColor - The conditional formatting for the shape background color of a filled map visual.default ShapeConditionalFormat.Builder backgroundColor(Consumer<ConditionalFormattingColor.Builder> backgroundColor)
The conditional formatting for the shape background color of a filled map visual.
This is a convenience method that creates an instance of theConditionalFormattingColor.Builder
avoiding the need to create one manually via ConditionalFormattingColor.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to backgroundColor(ConditionalFormattingColor).
backgroundColor - a consumer that will call methods on ConditionalFormattingColor.BuilderbackgroundColor(ConditionalFormattingColor)Copyright © 2023. All rights reserved.