Interface BannerPatternLayers.Builder
- All Superinterfaces:
DataComponentBuilder<BannerPatternLayers>
- Enclosing interface:
BannerPatternLayers
@Experimental
@NonExtendable
public static interface BannerPatternLayers.Builder
extends DataComponentBuilder<BannerPatternLayers>
Builder for
BannerPatternLayers.-
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
- See Also:
-
addAll
-