Class LinkedServiceReference


  • public final class LinkedServiceReference
    extends Object
    Linked service reference type.
    • Constructor Detail

      • LinkedServiceReference

        public LinkedServiceReference()
        Creates an instance of LinkedServiceReference class.
    • Method Detail

      • type

        public String type()
        Get the type property: Linked service reference type.
        Returns:
        the type value.
      • withType

        public LinkedServiceReference withType​(String type)
        Set the type property: Linked service reference type.
        Parameters:
        type - the type value to set.
        Returns:
        the LinkedServiceReference object itself.
      • referenceName

        public String referenceName()
        Get the referenceName property: Reference LinkedService name.
        Returns:
        the referenceName value.
      • withReferenceName

        public LinkedServiceReference withReferenceName​(String referenceName)
        Set the referenceName property: Reference LinkedService name.
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the LinkedServiceReference object itself.
      • parameters

        public Map<String,​Object> parameters()
        Get the parameters property: Arguments for LinkedService.
        Returns:
        the parameters value.
      • withParameters

        public LinkedServiceReference withParameters​(Map<String,​Object> parameters)
        Set the parameters property: Arguments for LinkedService.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the LinkedServiceReference object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.