Interface DescribeConnectorEntityResponse.Builder

    • Method Detail

      • connectorEntityFields

        DescribeConnectorEntityResponse.Builder connectorEntityFields​(Collection<ConnectorEntityField> connectorEntityFields)

        Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.

        Parameters:
        connectorEntityFields - Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorEntityFields

        DescribeConnectorEntityResponse.Builder connectorEntityFields​(ConnectorEntityField... connectorEntityFields)

        Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.

        Parameters:
        connectorEntityFields - Describes the fields for that connector entity. For example, for an account entity, the fields would be account name, account ID, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.