Interface MegacliteServiceBinding.Builder2
- Enclosing class:
- MegacliteServiceBinding
public static interface MegacliteServiceBinding.Builder2
Second builder step to construct new
MegacliteServiceBinding
instances.-
Method Summary
Modifier and TypeMethodDescriptionConfigures the name of the outbound service, as specified in thename
property of the Deploy with Confidence outbound service specification.
-
Method Details
-
name
Configures the name of the outbound service, as specified in thename
property of the Deploy with Confidence outbound service specification.- Parameters:
name
- The name of the outbound service.- Returns:
- A
MegacliteServiceBinding.Builder3
instance.
-