Class LinkedIntegrationRuntimeRequest


  • public final class LinkedIntegrationRuntimeRequest
    extends Object
    Data factory name for linked integration runtime request.
    • Constructor Detail

      • LinkedIntegrationRuntimeRequest

        public LinkedIntegrationRuntimeRequest()
    • Method Detail

      • linkedFactoryName

        public String linkedFactoryName()
        Get the linkedFactoryName property: The data factory name for linked integration runtime.
        Returns:
        the linkedFactoryName value.
      • withLinkedFactoryName

        public LinkedIntegrationRuntimeRequest withLinkedFactoryName​(String linkedFactoryName)
        Set the linkedFactoryName property: The data factory name for linked integration runtime.
        Parameters:
        linkedFactoryName - the linkedFactoryName value to set.
        Returns:
        the LinkedIntegrationRuntimeRequest object itself.
      • validate

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