Interface GetConnectionsFilter.Builder

    • Method Detail

      • matchCriteria

        GetConnectionsFilter.Builder matchCriteria​(Collection<String> matchCriteria)

        A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

        Parameters:
        matchCriteria - A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • matchCriteria

        GetConnectionsFilter.Builder matchCriteria​(String... matchCriteria)

        A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.

        Parameters:
        matchCriteria - A criteria string that must match the criteria recorded in the connection definition for that connection definition to be returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionType

        GetConnectionsFilter.Builder connectionType​(String connectionType)

        The type of connections to return. Currently, SFTP is not supported.

        Parameters:
        connectionType - The type of connections to return. Currently, SFTP is not supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionType, ConnectionType
      • connectionType

        GetConnectionsFilter.Builder connectionType​(ConnectionType connectionType)

        The type of connections to return. Currently, SFTP is not supported.

        Parameters:
        connectionType - The type of connections to return. Currently, SFTP is not supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionType, ConnectionType
      • connectionSchemaVersion

        GetConnectionsFilter.Builder connectionSchemaVersion​(Integer connectionSchemaVersion)

        Denotes if the connection was created with schema version 1 or 2.

        Parameters:
        connectionSchemaVersion - Denotes if the connection was created with schema version 1 or 2.
        Returns:
        Returns a reference to this object so that method calls can be chained together.