public static class DefaultDestination.Builder extends Object
DefaultDestination instance.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
DefaultDestination |
build()
Finally creates the
DefaultDestination with the properties retrieved via the
property(String, Object) method. |
DefaultDestination.Builder |
property(String key,
Object value)
Adds the given key-value pair to the destination to be created.
|
String |
toString() |
@Nonnull public DefaultDestination.Builder property(@Nonnull String key, @Nonnull Object value)
key - The key to assign a property for.value - The property value to be assigned.@Nonnull public DefaultDestination build()
DefaultDestination with the properties retrieved via the
property(String, Object) method.DefaultDestination.Copyright © 2021 SAP SE. All rights reserved.