Class ListEntitiesRequest

    • Method Detail

      • connectionName

        public final String connectionName()

        A name for the connection that has required credentials to query any connection type.

        Returns:
        A name for the connection that has required credentials to query any connection type.
      • catalogId

        public final String catalogId()

        The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.

        Returns:
        The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.
      • parentEntityName

        public final String parentEntityName()

        Name of the parent entity for which you want to list the children. This parameter takes a fully-qualified path of the entity in order to list the child entities.

        Returns:
        Name of the parent entity for which you want to list the children. This parameter takes a fully-qualified path of the entity in order to list the child entities.
      • nextToken

        public final String nextToken()

        A continuation token, included if this is a continuation call.

        Returns:
        A continuation token, included if this is a continuation call.
      • dataStoreApiVersion

        public final String dataStoreApiVersion()

        The API version of the SaaS connector.

        Returns:
        The API version of the SaaS connector.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object