public static final class PluginProperties.Builder extends Object
PluginProperties
instance.Modifier and Type | Method and Description |
---|---|
PluginProperties.Builder |
add(String key,
String value)
Adds a property
|
PluginProperties.Builder |
addAll(Map<String,String> properties)
Adds multiple properties.
|
PluginProperties |
build()
Creates a new instance of
PluginProperties with the properties added to this builder prior to this call. |
public PluginProperties.Builder addAll(Map<String,String> properties)
properties
- map of properties to add.public PluginProperties.Builder add(String key, String value)
key
- the name of the propertyvalue
- the value of the propertypublic PluginProperties build()
PluginProperties
with the properties added to this builder prior to this call.Copyright © 2022 Cask Data, Inc. Licensed under the Apache License, Version 2.0.