Interface GenerateQueryResponse.Builder

    • Method Detail

      • queryStatement

        GenerateQueryResponse.Builder queryStatement​(String queryStatement)

        The SQL query statement generated from the prompt.

        Parameters:
        queryStatement - The SQL query statement generated from the prompt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryAlias

        GenerateQueryResponse.Builder queryAlias​(String queryAlias)

        An alias that identifies the prompt. When you run the StartQuery operation, you can pass in either the QueryAlias or QueryStatement parameter.

        Parameters:
        queryAlias - An alias that identifies the prompt. When you run the StartQuery operation, you can pass in either the QueryAlias or QueryStatement parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDataStoreOwnerAccountId

        GenerateQueryResponse.Builder eventDataStoreOwnerAccountId​(String eventDataStoreOwnerAccountId)

        The account ID of the event data store owner.

        Parameters:
        eventDataStoreOwnerAccountId - The account ID of the event data store owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.