Interface MegacliteServiceBinding.Builder4
- Enclosing class:
- MegacliteServiceBinding
public static interface MegacliteServiceBinding.Builder4
Fourth builder step to construct new
MegacliteServiceBinding
instances.-
Method Summary
Modifier and TypeMethodDescriptionand()
Initializes a new builder step for configuring access for another account (either provider or subscriber).build()
Creates a newMegacliteServiceBinding
instance based on the provided configuration.megacliteVersion
(String megacliteVersion) Configures the Megaclite version, that should be used to reach the outbound service.
-
Method Details
-
megacliteVersion
Configures the Megaclite version, that should be used to reach the outbound service.If not specified explicitly, the default value of
"v1"
will be used.- Parameters:
megacliteVersion
- The Megaclite version.- Returns:
- This
MegacliteServiceBinding.Builder4
instance.
-
and
Initializes a new builder step for configuring access for another account (either provider or subscriber).- Returns:
- A
MegacliteServiceBinding.Builder1
instance.
-
build
Creates a newMegacliteServiceBinding
instance based on the provided configuration.Hint: To use the returned
MegacliteServiceBinding
productively, don't forget to register it using theMegacliteServiceBindingAccessor.registerServiceBinding(MegacliteServiceBinding)
method.- Returns:
- A new
MegacliteServiceBinding
instance.
-