Interface BannerPatternLayers.Builder
- All Superinterfaces:
DataComponentBuilder<BannerPatternLayers>
- Enclosing interface:
BannerPatternLayers
@Experimental
@NonExtendable
public static interface BannerPatternLayers.Builder
extends DataComponentBuilder<BannerPatternLayers>
Builder for
BannerPatternLayers.- Since:
- 1.21.3
-
Method Summary
Modifier and TypeMethodDescriptionAdds a pattern to the banner.Adds multiple patterns to the banner.Methods inherited from interface DataComponentBuilder
build
-
Method Details
-
add
Adds a pattern to the banner.- Parameters:
pattern- the pattern- Returns:
- the builder for chaining
- Since:
- 1.21.3
- See Also:
-
addAll
-