public static class DefaultRfcDestination.Builder extends Object
RfcDestination
.Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DefaultRfcDestination |
build()
Finally creates the
DefaultRfcDestination with the properties retrieved via the
property(String, Object) method. |
DefaultRfcDestination.Builder |
property(String key,
Object value)
Adds the given key-value pair to the destination to be created.
|
@Nonnull public DefaultRfcDestination.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 DefaultRfcDestination build()
DefaultRfcDestination
with the properties retrieved via the
property(String, Object)
method.DefaultRfcDestination
.Copyright © 2020 SAP SE. All rights reserved.