Interface ListEntitiesRequest.Builder

    • Method Detail

      • connectionName

        ListEntitiesRequest.Builder connectionName​(String connectionName)

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

        Parameters:
        connectionName - A name for the connection that has required credentials to query any connection type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • catalogId

        ListEntitiesRequest.Builder catalogId​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • parentEntityName

        ListEntitiesRequest.Builder parentEntityName​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEntitiesRequest.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - A continuation token, included if this is a continuation call.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataStoreApiVersion

        ListEntitiesRequest.Builder dataStoreApiVersion​(String dataStoreApiVersion)

        The API version of the SaaS connector.

        Parameters:
        dataStoreApiVersion - The API version of the SaaS connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.