public static interface FilledMapShapeConditionalFormatting.Builder extends SdkPojo, CopyableBuilder<FilledMapShapeConditionalFormatting.Builder,FilledMapShapeConditionalFormatting>
| Modifier and Type | Method and Description |
|---|---|
FilledMapShapeConditionalFormatting.Builder |
fieldId(String fieldId)
The field ID of the filled map shape.
|
default FilledMapShapeConditionalFormatting.Builder |
format(Consumer<ShapeConditionalFormat.Builder> format)
The conditional formatting that determines the background color of a filled map's shape.
|
FilledMapShapeConditionalFormatting.Builder |
format(ShapeConditionalFormat format)
The conditional formatting that determines the background color of a filled map's shape.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilledMapShapeConditionalFormatting.Builder fieldId(String fieldId)
The field ID of the filled map shape.
fieldId - The field ID of the filled map shape.FilledMapShapeConditionalFormatting.Builder format(ShapeConditionalFormat format)
The conditional formatting that determines the background color of a filled map's shape.
format - The conditional formatting that determines the background color of a filled map's shape.default FilledMapShapeConditionalFormatting.Builder format(Consumer<ShapeConditionalFormat.Builder> format)
The conditional formatting that determines the background color of a filled map's shape.
This is a convenience method that creates an instance of theShapeConditionalFormat.Builder avoiding
the need to create one manually via ShapeConditionalFormat.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to format(ShapeConditionalFormat).
format - a consumer that will call methods on ShapeConditionalFormat.Builderformat(ShapeConditionalFormat)Copyright © 2023. All rights reserved.