Interface GenerateQueryRequest.Builder

    • Method Detail

      • eventDataStores

        GenerateQueryRequest.Builder eventDataStores​(Collection<String> eventDataStores)

        The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.

        Parameters:
        eventDataStores - The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDataStores

        GenerateQueryRequest.Builder eventDataStores​(String... eventDataStores)

        The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.

        Parameters:
        eventDataStores - The ARN (or ID suffix of the ARN) of the event data store that you want to query. You can only specify one event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prompt

        GenerateQueryRequest.Builder prompt​(String prompt)

        The prompt that you want to use to generate the query. The prompt must be in English. For example prompts, see Example prompts in the CloudTrail user guide.

        Parameters:
        prompt - The prompt that you want to use to generate the query. The prompt must be in English. For example prompts, see Example prompts in the CloudTrail user guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.