Interface FilledMapConditionalFormattingOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FilledMapConditionalFormattingOption.Builder,FilledMapConditionalFormattingOption>,SdkBuilder<FilledMapConditionalFormattingOption.Builder,FilledMapConditionalFormattingOption>,SdkPojo
- Enclosing class:
- FilledMapConditionalFormattingOption
@Mutable @NotThreadSafe public static interface FilledMapConditionalFormattingOption.Builder extends SdkPojo, CopyableBuilder<FilledMapConditionalFormattingOption.Builder,FilledMapConditionalFormattingOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FilledMapConditionalFormattingOption.Buildershape(Consumer<FilledMapShapeConditionalFormatting.Builder> shape)The conditional formatting that determines the shape of the filled map.FilledMapConditionalFormattingOption.Buildershape(FilledMapShapeConditionalFormatting shape)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
shape
FilledMapConditionalFormattingOption.Builder shape(FilledMapShapeConditionalFormatting 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.Builderavoiding the need to create one manually viaFilledMapShapeConditionalFormatting.builder().When the
Consumercompletes,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:
shape(FilledMapShapeConditionalFormatting)
-
-