public static final class ScpNeoHttpDestination.Builder extends Object
ScpNeoHttpDestination
instance.Modifier and Type | Method and Description |
---|---|
ScpNeoHttpDestination |
build()
Finally creates the
ScpCfHttpDestination based on the builder methods called and properties
previously set. |
protected DefaultDestination |
buildDefaultDestination() |
BuilderT |
name(String arg0) |
BuilderT |
property(String arg0,
Object arg1) |
String |
toString() |
BuilderT |
type(DestinationType arg0) |
ScpNeoHttpDestination.Builder |
uri(URI uri)
Sets the uri of the destination.
|
@Nonnull public ScpNeoHttpDestination.Builder uri(@Nonnull URI uri)
uri
- A URI for this destination.@Nonnull public ScpNeoHttpDestination build()
ScpCfHttpDestination
based on the builder methods called and properties
previously set.ScpCfHttpDestination
.@Nonnull public BuilderT type(@Nonnull DestinationType arg0)
@Nonnull protected final DefaultDestination buildDefaultDestination()
Copyright © 2019 SAP SE. All rights reserved.