Interface ConnectorDefinitionVersion.Builder

    • Method Detail

      • connectors

        ConnectorDefinitionVersion.Builder connectors​(Collection<Connector> connectors)
        A list of references to connectors in this version, with their corresponding configuration settings.
        Parameters:
        connectors - A list of references to connectors in this version, with their corresponding configuration settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        ConnectorDefinitionVersion.Builder connectors​(Connector... connectors)
        A list of references to connectors in this version, with their corresponding configuration settings.
        Parameters:
        connectors - A list of references to connectors in this version, with their corresponding configuration settings.
        Returns:
        Returns a reference to this object so that method calls can be chained together.