Interface ConnectionTypeBrief.Builder

    • Method Detail

      • connectionType

        ConnectionTypeBrief.Builder connectionType​(String connectionType)

        The name of the connection type.

        Parameters:
        connectionType - The name of the connection type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ConnectionType, ConnectionType
      • description

        ConnectionTypeBrief.Builder description​(String description)

        A description of the connection type.

        Parameters:
        description - A description of the connection type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capabilities

        ConnectionTypeBrief.Builder capabilities​(Capabilities capabilities)

        The supported authentication types, data interface types (compute environments), and data operations of the connector.

        Parameters:
        capabilities - The supported authentication types, data interface types (compute environments), and data operations of the connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.