Class DestinationOptions
java.lang.Object
com.sap.cloud.sdk.cloudplatform.connectivity.DestinationOptions
Contains parameters to configure the behaviour of destination loaders. Instances are intended to be immutable, and
are created using the builder pattern.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classUsed for setting up newDestinationOptionsinstances. -
Method Summary
Modifier and TypeMethodDescriptionstatic DestinationOptions.Builderbuilder()Creates a builder for instantiatingDestinationOptionsobjects.static DestinationOptions.Builderbuilder(DestinationOptions baseOptions) Creates a builder, copying the given options as a starting point.booleanio.vavr.control.Option<Object>Retrieves the value of a configuration parameter.Get all defined options.inthashCode()
-
Method Details
-
get
Retrieves the value of a configuration parameter.- Parameters:
key- Name of the configuration parameter to retrieve.- Returns:
- An
Optionthat contains the value if present, otherwiseOption.None
-
getOptionKeys
Get all defined options.- Returns:
- A set of all option keys.
- Since:
- 5.22.0
-
builder
Creates a builder for instantiatingDestinationOptionsobjects.- Returns:
- A new builder.
-
builder
Creates a builder, copying the given options as a starting point.- Parameters:
baseOptions- TheDestinationOptionsto copy the values from.- Returns:
- A new builder with the initialized values from the given
DestinationOptions.
-
equals
-
hashCode
public int hashCode()
-