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