Interface FilledMapConditionalFormattingOption.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FilledMapConditionalFormattingOption.Builder,
,FilledMapConditionalFormattingOption> SdkBuilder<FilledMapConditionalFormattingOption.Builder,
,FilledMapConditionalFormattingOption> SdkPojo
- Enclosing class:
FilledMapConditionalFormattingOption
public static interface FilledMapConditionalFormattingOption.Builder
extends SdkPojo, CopyableBuilder<FilledMapConditionalFormattingOption.Builder,FilledMapConditionalFormattingOption>
-
Method Summary
Modifier and TypeMethodDescriptionThe conditional formatting that determines the shape of the filled map.The conditional formatting that determines the shape of the filled map.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
-
shape
The conditional formatting that determines the shape of the filled map.
- Parameters:
shape
- The conditional formatting that determines the shape of the filled map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shape
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 viaFilledMapShapeConditionalFormatting.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toshape(FilledMapShapeConditionalFormatting)
.- Parameters:
shape
- a consumer that will call methods onFilledMapShapeConditionalFormatting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-